pack-le ( seq str -- bytes )
Packing and Unpacking Binary Data

Prev:pack-be ( seq str -- bytes )
Next:unpack-native ( bytes str -- seq )


Vocabulary
pack

Inputs
seqa sequence of field values
stra format string


Outputs
bytesa byte sequence


Word description
Packs the values in seq according to the field formats described by str into a byte sequence, using little-endian byte order.

Definition