std.collections.Stack.BackwardsIterator.Insert - nitrologic/monkey2 GitHub Wiki

std::std.collections.std.collections.Stack.std.collections.Stack.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.