define-tuple-slots ( class -- )


Vocabulary
classes.tuple.private

Inputs
classa tuple-class


Outputs
None

Word description
Defines slot accessor and mutator words for the tuple.

Notes
Calling this word directly is not necessary in most cases. Higher-level words call it automatically.

Definition