Handbook
Glossary
number-type? ( name -- ? )
Vocabulary
gobject-introspection
.
ffi
Inputs
name
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
;
IN:
gobject-introspection.ffi
:
number-type?
( name -- ? )
{
[
"gint"
head?
]
[
"guint"
head?
]
[
"gchar"
=
]
[
"guchar"
=
]
[
"gdouble"
=
]
[
"gfloat"
=
]
}
1||
;