Nemerle Documentation

list.Filter Method 

Removes elements for which predicate is false

public list Filter(
   Func1 f
);

See Also

list Class | Nemerle.Core Namespace