Nemerle Documentation

List.Tail Method 

Returns tail (all elements except first one) of list.

public static list Tail(
   list l
);

See Also

List Class | Nemerle.Collections Namespace