std.collections.List.Node.InsertBefore - nitrologic/monkey2 GitHub Wiki
std::std.collections.std.collections.List.std.collections.List.Node.InsertBefore
std:std.collections.List.std:std.collections.List.Node )
Method InsertBefore:Void( node:Inserts the node before another node.
If the node is already in a list, it is removed before insertion.
This method should not be used while iterating over the list containing this node or node
.