Nemerle Documentation

list.FirstN Method 

Returns first n elements of the list. Works in time and memory O(n).

public list FirstN(
   int n
);

See Also

list Class | Nemerle.Core Namespace