Stack.push

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

Parameters

value V

valush to push on top of the stack

Return Value

Type: Stack*

pointer to itself for call chaining

Throws

StackBoundsException when the stack is full

Meta