Stack.append

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

Parameters

value V[]

array of values to push onto the stack

Return Value

Type: Stack*

pointer to itself for call chaining

Throws

StackBoundsException when the stack is full

Meta