Nemerle Documentation

List.Head Method 

Returns head (first element) of list. Given empty list throws System.ArgumentException.

public static object Head(
   list l
);

See Also

List Class | Nemerle.Collections Namespace