bad-struct-array-length ( value expected -- * )


Vocabulary
classes.struct

Inputs
valuean object
expectedan integer


Outputs
None

Word description
Thrown when a source buffer assigned to a fixed-length struct array field has a different byte length from the field. The expected length is measured in bytes.

Definition