std:std.collections.Stack<T>.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.