std:std.collections.Stack<T>.Push
Pushes a value on the stack.
This method behaves identically to Add( value:T ).
value