Extracted from Pike v7.8 release 866 at 2016-11-06.
[Top]
ADT
ADT.Stack
Methods
_sizeof()
_values()
`+()
create()
pop()
push()
quick_pop()
reset()
set_stack()
top()
ADT.Stack()->_sizeof()
ADT.Stack()->`+()
Method ADT.Stack()->_values()
Method
_values
array
_values
(
)
Description
values
on a stack returns all the entries in the stack, in order.