Handbook
Glossary
mdb-special-value? ( value -- ?: boolean )
Vocabulary
bson
Inputs
value
an
object
Outputs
?
a
boolean
Definition
USING:
bson.constants
byte-arrays
calendar
combinators.short-circuit
quotations
typed
;
IN:
bson
TYPED:
mdb-special-value?
( value -- ?: boolean )
{
[
timestamp?
]
[
quotation?
]
[
mdbregexp?
]
[
oid?
]
[
byte-array?
]
}
1||
;
inline