Stack.top

Return the most recent addition to the stack.

Throws an exception when the stack is empty

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

Meta