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

Method New:Void( value:T )
Method New:Void( value:T,succ:List<T>.Node )

Creates a new node not in any list. Creates a new node with the given successor node.

Warning! No error checking is performed!

This method should not be used while iterating over the list containing succ.