Handbook
Glossary
(element-read) ( type: integer -- cont?: boolean )
Vocabulary
bson
.
private
Inputs
type
an
integer
Outputs
cont?
a
boolean
Definition
USING:
bson.constants
kernel
math
typed
;
IN:
bson.private
TYPED:
(element-read)
( type: integer -- cont?: boolean )
dup
T_EOO
>
[
read-cstring
(read-object)
t
]
[
drop
f
]
if
;
inline
recursive