Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Class operations
Factor documentation
>
Factor handbook
>
The language
>
Objects
>
Classes
Prev:
Singleton classes
Next:
Class linearization
Set-theoretic operations on classes:
class=
( first second -- ? )
class<
( first second -- ? )
class<=
( first second -- ? )
class-and
( first second -- class )
class-or
( first second -- class )
classes-intersect?
( first second -- ? )
flatten-class
( class -- assoc )