Nemerle Documentation

List.Filter Method 

Removes elements for which predicate is false

public static list Filter(
   list l,
   Func1 f
);

See Also

List Class | Nemerle.Collections Namespace