Handbook
Glossary
each-chunk ( selector quot: ( seq -- ) -- )
Vocabulary
mongodb
.
driver
Inputs
selector
an
object
quot
a
quotation
with stack effect
( seq -- )
Outputs
None
Definition
USING:
combinators
kernel
;
IN:
mongodb.driver
:
each-chunk
( selector quot: ( seq -- ) -- )
swap
find
[
pick
( seq -- )
call-effect
]
when*
[
swap
each-chunk
]
[
drop
]
if*
;