Nemerle Documentation

List.RevFilter Method 

Removes elements for which predicate is false. The resulting list is reversed (operation is faster this way).

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

See Also

List Class | Nemerle.Collections Namespace