Nemerle Documentation

Tree.Insert Method 

public static Node Insert(
   Node tree,
   IComparable elem,
   bool replace
);

See Also

Tree Class | Nemerle.Collections Namespace