Handbook
Glossary
type-number ( class -- n )
Factor handbook
»
The implementation
»
VM memory layouts
»
Type numbers
Prev:
type>class ( n -- class )
Next:
num-types
Vocabulary
layouts
Inputs
class
a
class
Outputs
n
an
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
USING:
assocs
namespaces
;
IN:
layouts
:
type-number
( class -- n )
type-numbers
get
at
;