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
ADT.Stack()->_values()
Method ADT.Stack()->_sizeof()
Method
_sizeof
int
_sizeof
(
)
Description
sizeof
on a stack returns the number of entries in the stack.