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