Handbook
Glossary
<mdb-getmore-msg> ( collection return# cursor -- mdb-getmore-msg )
Vocabulary
mongodb
.
msg
Inputs
collection
an
object
return#
an
object
cursor
an
object
Outputs
mdb-getmore-msg
an
object
Definition
USING:
accessors
constructors
;
IN:
mongodb.msg
:
<mdb-getmore-msg>
( collection return# cursor -- mdb-getmore-msg )
{
"collection"
"return#"
"cursor"
}
\
mdb-getmore-msg
slots>boa
OP_GetMore
>>opcode
;
inline