Nemerle Documentation

List.Last Method 

Returns last element of list. Given empty list throws InvalidArgument exception. Works in time O(n) and memory O(1).

public static object Last(
   list l
);

See Also

List Class | Nemerle.Collections Namespace