std.collections.Stack.Resize - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.Resize
monkey:monkey.types.Int )
Method Resize:Void( length:Resizes the stack.
If length
is greater than the current stack length, any extra elements are initialized to null.
If length
is less than the current stack length, the stack is truncated.
Parameters | |
---|---|
length |
length The new length of the stack. |