Method ADT.LowLevelStack()->reset()


Method reset

void reset(int(0..)|void initial_size)

Description

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

See also

create