Results for “Std.List.find”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.List.find
&Array[T] -> fn(T) -> Bool -> Option[T]The first element the predicate accepts, or
None.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&Array[T] -> fn(T) -> Bool -> Option[T]The first element the predicate accepts, or None.