std.collections.List.Iterator.Insert - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.List.std.collections.List.Iterator.Insert
Method Insert:Void( value:T )
Safely insert a value before the iterator.
After calling this method, the iterator will point to the newly added node.