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