Nemerle Documentation

List.Rev Method 

Returns reversed list, i.e. Rev([1;2;3]) = [3;2;1]. Works in time and memory O(n).

public static list Rev(
   list l
);

See Also

List Class | Nemerle.Collections Namespace