Results for “Std.List.flatMap”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.List.flatMap
&Array[A] -> fn(A) -> Array[B] -> Array[B]Every element transformed into an array, and those arrays joined.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&Array[A] -> fn(A) -> Array[B] -> Array[B]Every element transformed into an array, and those arrays joined.