Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Built-in classes
Factor documentation
>
Factor handbook
>
The language
>
Objects
>
Classes
Prev:
classes ( -- seq )
Next:
Union classes
Every object is an instance of exactly one canonical
built-in class
which defines its layout in memory and basic behavior.
The set of built-in classes is a class:
builtin-class
builtin-class?
( object -- ? )
See
Class index
for a list of built-in classes.