Stack
class Stack (View source)
Properties
| bool | $empty | ||
| int | $size | ||
| TValue | $top |
Methods
Details
void
pop()
Pop an item from the stack
void
push(TValue $item)
Push an item into the stack