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