Skip to content

std.collections.Stack.Add

simon edited this page Jul 26, 2018 · 1 revision

std::.[[std.collections.Stack|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.
Clone this wiki locally