Stack.top

struct Stack(T)
ref inout
inout(T)
top
()
in (!empty, "Nothing is at the top of the stack when it is empty")

Return Value

Type: inout(T)

The item at the top of this stack.

Meta