Method ADT.LowLevelStack()->set_stack()
classADT.LowLevelStack
- Method
set_stack
voidset_stack(array(ValueType)stack)- Description
Sets the stacks content to the provided array.
class ADT.LowLevelStackvoid set_stack(array(ValueType) stack)
Sets the stacks content to the provided array.