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