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