We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cc8f2 commit 4d0f91fCopy full SHA for 4d0f91f
src/boot/boot.janet
@@ -1103,8 +1103,9 @@
1103
and use `array/concat` to concatenate the results, but only if
1104
no `inds` are provided. Multiple data structures can be handled
1105
if each `inds` is a data structure and `f` is a function of
1106
- arity one more than the number of `inds`. The resulting array
1107
- has a length that is the shortest of `ind` and each of `inds`.
+ arity one more than the number of `inds`. Note that `f` is only
+ applied to values at indeces up to the largest index of the
1108
+ shortest of `ind` and each of `inds`.
1109
```
1110
[f ind & inds]
1111
(def res @[])
0 commit comments