type>class ( n -- class )
Factor handbook » The implementation » VM memory layouts » Type numbers

Prev:tag ( object -- n )
Next:type-number ( class -- n )


Vocabulary
classes.builtin

Inputs
na non-negative integer


Outputs
classa class


Word description
Outputs a builtin class whose instances are precisely those having a given pointer tag.

Notes
The parameter n must be between 0 and the return value of num-types.

Definition