Results for “Std.List.breakWhen”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.List.breakWhen
&Array[T] -> fn(T) -> Bool -> (Array[T], Array[T])The longest leading run the predicate rejects, and the rest.
