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