Handbook
Glossary
fixed-size-array-type? ( object -- ? )
Vocabulary
gobject-introspection
.
types
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
fixed-size-array-type
class.
Definition
USING:
accessors
kernel
;
IN:
gobject-introspection.types
:
fixed-size-array-type?
( object -- ? )
dup
c-array-type?
[
fixed-size>>
>boolean
]
[
drop
f
]
if
;