Handbook
Glossary
mongo-timestamp? ( object -- ? )
Vocabulary
bson
.
constants
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
mongo-timestamp
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
bson.constants
:
mongo-timestamp?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
mongo-timestamp
eq?
]
[
drop
f
]
if
;