Handbook
Glossary
<tuple-index> ( name key -- index-spec )
Vocabulary
mongodb
.
tuple
Inputs
name
an
object
key
an
object
Outputs
index-spec
an
object
Definition
USING:
accessors
kernel
mongodb.driver
;
IN:
mongodb.tuple
:
<tuple-index>
( name key -- index-spec )
index-spec
new
swap
>>key
swap
>>name
;