Stack.top

struct Stack(V, int Size = 0)
V
top
()

Return Value

Type: V

most recent stack element

Throws

StackBoundsException when the stack is full

Meta