File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
lib/node_modules/@stdlib/iter Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55
66 The predicate function is provided two arguments:
77
8- - ` value` : iterated value
9- - ` index` : iteration index
8+ - value: iterated value
9+ - index: iteration index
1010
1111 The function immediately returns upon encountering a truthy return value.
1212
Original file line number Diff line number Diff line change 55
66 The predicate function is provided two arguments:
77
8- - ` value` : iterated value
9- - ` index` : iteration index
8+ - value: iterated value
9+ - index: iteration index
1010
1111 The function immediately returns upon encountering a falsy return value.
1212
Original file line number Diff line number Diff line change 55
66 The predicate function is provided two arguments:
77
8- - ` value` : iterated value
9- - ` index` : iteration index
8+ - value: iterated value
9+ - index: iteration index
1010
1111 The function immediately returns upon encountering a truthy return value.
1212
Original file line number Diff line number Diff line change 55
66 The predicate function is provided two arguments:
77
8- - ` value` : iterated value
9- - ` index` : iteration index
8+ - value: iterated value
9+ - index: iteration index
1010
1111 The function immediately returns upon encountering `n` truthy return values.
1212
You can’t perform that action at this time.
0 commit comments