StackRange.front

struct StackRange(T)
ref inout @system
inout(T)
front
()
in (!empty, "Cannot use `front` of an empty range")

Return Value

Type: inout(T)

The item at the top of this range.

Meta