Method ADT.Stack()->_values()
classADT.Stack
- Method
_values
array(ElementType) values( ADT.Stack arg )- Description
values on a stack returns all the entries in the stack, in order.
class ADT.Stackarray(ElementType) values( ADT.Stack arg )
values on a stack returns all the entries in the stack, in order.