Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
ADT
ADT.Stack

Method ADT.Stack()->reset()


Method reset

void ADT.Stack()->reset(int|void initial_size)

Description

Empties the stack, resets the stack pointer and shrinks the stack size to the given value or 32 if none is given.

See also

ADT.Stack.create