byte-length ( obj -- n )


Vocabulary
alien

Inputs
objan object


Outputs
na non-negative integer


Generic word contract
Outputs the number of bytes of binary data that will be output by >c-ptr.

See also
>c-ptr, element-size

Definition


Methods