define-packed-struct-class ( class slots -- )


Vocabulary
classes.struct

Inputs
classa class
slotsa sequence of struct-slot-specs


Outputs
None

Word description
Defines a new struct class. This is the runtime equivalent of the PACKED-STRUCT: syntax.

Definition