Handbook
Glossary
ensure-oid ( tuple -- tuple )
Vocabulary
mongodb
.
tuple
.
persistent
Inputs
tuple
an
object
Outputs
tuple
an
object
Definition
USING:
accessors
bson.constants
kernel
;
IN:
mongodb.tuple.persistent
:
ensure-oid
( tuple -- tuple )
dup
id>>
[
<oid>
>>id
]
unless
;
inline