std:std.collections.Stack<T>.BackwardsIterator.Erase
Safely erases the value pointed to by the iterator.
After calling this method, the iterator will point to the value after the removed value.
Therefore, if you are manually iterating through a stack you should not call Bump after calling this method or you will end up skipping a value.