Handbook
Glossary
write-sequence ( array: sequence -- )
Vocabulary
bson
.
private
Inputs
array
a
sequence
Outputs
None
Definition
USING:
kernel
math.parser
sequences
typed
;
IN:
bson.private
TYPED:
write-sequence
( array: sequence -- )
[
[
number>string
swap
write-pair
]
each-index
write-eoo
]
curry
with-length-prefix
;
inline
recursive