Method ADT.Stack()->set_stack()
classADT.Stack
- Method
set_stack
voidset_stack(array(ElementType)stack)- Description
Sets the stacks content to the provided array.
class ADT.Stackvoid set_stack(array(ElementType) stack)
Sets the stacks content to the provided array.