compute-struct-offsets ( slots -- size )


Vocabulary
classes.struct.private

Inputs
slotsa sequence


Outputs
sizean integer


Word description
Computes how many bytes of memory the struct takes, minus final padding.

Definition