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