Nemerle Documentation

ICollection.Filter Method 

Filters the collection removing all elements that do not satisfy the supplied predicate.

void Filter(
   Func1 f
);

See Also

ICollection Interface | Nemerle.Collections Namespace