Method ADT.Stack()->_values()

class ADT.Stack

Method _values

array(ElementType) values( ADT.Stack arg )

Description

values on a stack returns all the entries in the stack, in order.