Extracted from Pike v7.4 release 341 at 2005-11-21.
[Top]
predef::
ADT
ADT.Stack
`+()
create()
pop()
push()
quick_pop()
reset()
set_stack()
_sizeof()
top()
_values()
ADT.Stack()->top()
ADT.Relation
Method ADT.Stack()->_values()
Method
_values
array
_values
(
)
Description
values
on a stack returns all the entries in the stack, in order.