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()->reset()
ADT.Stack()->_sizeof()
Method ADT.Stack()->set_stack()
Method
set_stack
void
set_stack
(
array
stack
)
Description
Sets the stacks content to the provided array.