Handbook
Glossary
empty-intersection? ( object -- ? )
Vocabulary
classes
.
algebra
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
empty-intersection
class.
Definition
USING:
accessors
kernel
sequences
;
IN:
classes.algebra.private
:
empty-intersection?
( object -- ? )
dup
anonymous-intersection?
[
participants>>
empty?
]
[
drop
f
]
if
;