std:std.collections.Stack<T>.BackwardsIterator.Insert

Method Insert:Void( value:T )

Safely inserts a value before the value pointed to by the iterator.

After calling this method, the iterator will point to the newly added value.