File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1103
1103
and use `array/concat` to concatenate the results, but only if
1104
1104
no `inds` are provided. Multiple data structures can be handled
1105
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`.
1106
+ arity one more than the number of `inds`. Note that `f` is only
1107
+ applied to values at indeces up to the largest index of the
1108
+ shortest of `ind` and each of `inds`.
1108
1109
```
1109
1110
[f ind & inds ]
1110
1111
(def res @[])
1143
1144
structure `ind`, but only if no `inds` are provided. Multiple
1144
1145
data structures can be handled if each `inds` is a data
1145
1146
structure and `pred` is a function of arity one more than the
1146
- number of `inds`. The resulting array has a length that is the
1147
- shortest of `ind` and each of `inds`.
1147
+ number of `inds`. The resulting array has a length that is no
1148
+ longer than the shortest of `ind` and each of `inds`.
1148
1149
```
1149
1150
[pred ind & inds ]
1150
1151
(def res @[])
You can’t perform that action at this time.
0 commit comments