Nemerle Documentation

List.FilteredLength Method 

Returns the number of elements for which a predicate is true.

public static int FilteredLength(
   list l,
   Func1 f
);

See Also

List Class | Nemerle.Collections Namespace