Handbook
Glossary
c-type-signed ( name -- boolean )
Vocabulary
alien
.
c-types
Inputs
name
an
object
Outputs
boolean
an
object
Definition
IN:
alien.c-types
GENERIC:
c-type-signed
( name -- boolean )
foldable
flushable
Methods
USING:
accessors
alien.c-types
;
M:
abstract-c-type
c-type-signed
signed>>
;
USING:
alien.c-types
kernel
;
M:
c-type-name
c-type-signed
[
lookup-c-type
]
call
\
c-type-signed
execute
;
USING:
accessors
alien.c-types
alien.enums.private
kernel
;
M:
enum-c-type
c-type-signed
[
base-type>>
]
call
\
c-type-signed
execute
;