Handbook
Glossary
write-byte-array ( binary: byte-array -- )
Vocabulary
bson
.
private
Inputs
binary
a
byte-array
Outputs
None
Definition
USING:
bson.constants
io
kernel
sequences
typed
;
IN:
bson.private
TYPED:
write-byte-array
( binary: byte-array -- )
[
length
write-int32
]
[
T_Binary_Default
write1
write
]
bi
;
inline