Results for “Std.List.mapAccum”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.List.mapAccum
&Array[T] -> fn(A, T) -> (A, B) -> A -> (A, Array[B])A fold that also collects what each step produced, left to right.
