std.collections.Stack.AddAll - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.Stack.AddAll
Method AddAll:Void( values:T[] )
Method AddAll:Void( values:C )
Adds the values in an array or container to the end of the stack.
Parameters | |
---|---|
values |
values The values to add. |