Nemerle Documentation

Pair.Swap Method 

Swaps the elements of a pair, creating a new pair.

public static Tuple2 Swap(
   object a,
   object b
);

See Also

Pair Class | Nemerle.Utility Namespace