read-msgpacks ( -- objs )
MessagePack

Prev:?read-msgpack ( -- obj/f ? )
Next:msgpack> ( seq -- obj )


Vocabulary
msgpack

Inputs
None

Outputs
objsa sequence


Word description
Reads an unknown number of objects from the input-stream that were serialized in the MessagePack format.

Definition