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

std::std.collections.std.collections.Stack.Push

Method Push:Void( value:T )

Pushes a value on the stack.

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

Parameters
value value The value to push.