Results for “Std.List.prefixes”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.List.prefixes
&Array[T] -> Array[Array[T]]Every prefix, shortest first, including the empty one and the whole array.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&Array[T] -> Array[Array[T]]Every prefix, shortest first, including the empty one and the whole array.