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

Prev:type>class ( n -- class )
Next:num-types


Vocabulary
layouts

Inputs
classa class


Outputs
nan integer or f


Word description
Outputs the built-in type number instances of class. Will output f if this is not a built-in class.

See also
builtin-class

Definition