Method ADT.Stack()->_sizeof()
classADT.Stack
- Method
_sizeof
intsizeof( ADT.Stack arg )- Description
sizeof on a stack returns the number of entries in the stack.
class ADT.Stackint sizeof( ADT.Stack arg )
sizeof on a stack returns the number of entries in the stack.