std:std.collections.List<T>.Node.InsertAfter

Method InsertAfter:Void( node:List<T>.Node )

Inserts the node after 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.