Nemerle Documentation

List.Find Method 

Finds the first elements for which a predicate is true.

public static option Find(
   list l,
   Func1 pred
);

See Also

List Class | Nemerle.Collections Namespace