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