packed-length ( str -- n )


Vocabulary
pack

Inputs
stra format string


Outputs
nan integer


Word description
Computes the packed size, in bytes, of the structure described by the given format string (without actually packing or unpacking any data).

Definition