Nemerle Documentation
list.FilteredLength Method
Returns the number of elements for which a predicate is true.
public
int
FilteredLength(
Func1
f
);
See Also
list Class
|
Nemerle.Core Namespace