Handbook
Glossary
read-msgpacks ( -- objs )
MessagePack
Prev:
?read-msgpack ( -- obj/f ? )
Next:
msgpack> ( seq -- obj )
Vocabulary
msgpack
Inputs
None
Outputs
objs
a
sequence
Word description
Reads an unknown number of objects from the
input-stream
that were serialized in the MessagePack format.
Definition
USING:
io
kernel
msgpack.private
sequences
;
IN:
msgpack
:
read-msgpacks
( -- objs )
[
read1
dup
]
[
(read-msgpack)
]
produce
nip
;