Handbook
Glossary
find-all ( selector -- seq )
Vocabulary
mongodb
.
driver
Inputs
selector
an
object
Outputs
seq
an
object
Definition
USING:
arrays
kernel
sequences
;
IN:
mongodb.driver
:
find-all
( selector -- seq )
[
V{
}
clone
]
dip
over
[
push-all
]
curry
each-chunk
>array
;