std.collections.Deque.Iterator.Insert - nitrologic/monkey2 GitHub Wiki

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