Nemerle Documentation
List.Length Method
Returns length of given list. Time O(n), Mem O(1).
public static
int
Length(
list
x
);
See Also
List Class
|
Nemerle.Collections Namespace