get
Operator function allowing array style access of the stack.
Return
The target stack item.
Since
0.2.0
Parameters
index
Zero-based index of the stack item to get.
Throws
If the given index is less than zero or greater than or equal to size.
Operator function allowing array style access of the stack.
The target stack item.
0.2.0
Zero-based index of the stack item to get.
If the given index is less than zero or greater than or equal to size.