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