Handbook
Glossary
c-array? ( c-type -- ? )
Vocabulary
alien
.
parser
Inputs
c-type
an
object
Outputs
?
an
object
Definition
USING:
alien.c-types
arrays
combinators.short-circuit
sequences
;
IN:
alien.parser
:
c-array?
( c-type -- ? )
{
[
array?
]
[
first
{
[
c-type-word?
]
[
pointer?
]
}
1||
]
}
1&&
;