Handbook
Glossary
bad-struct-array-length ( value expected -- * )
Vocabulary
classes
.
struct
Inputs
value
an
object
expected
an
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
IN:
classes.struct
ERROR:
bad-struct-array-length
value expected
;