std.collections.Stack.Add - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.Stack.Add

Method Add:Void( value:T )

Adds a value to the end of the stack.

This method behaves identically to Push( value:T ).

Parameters
value value The value to add.