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