Nemerle Documentation

ICollection.Partition Method 

Partitions collection into two collections: elements that satisfy and elements that do not satisfy the supplied predicate.

Tuple2 Partition(
   Func1 f
);

See Also

ICollection Interface | Nemerle.Collections Namespace