Handbook
Glossary
atlas-image-formats-dont-match? ( object -- ? )
Vocabulary
images
.
atlas
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
atlas-image-formats-dont-match
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
images.atlas
:
atlas-image-formats-dont-match?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
atlas-image-formats-dont-match
eq?
]
[
drop
f
]
if
;