Next: args predefined clang, Previous: args predefined bits, Up: args predefined [Index]
int
valuesExact integers in the range of the C language type int
are used
often when interfacing with a foreign C language library; the library
(vicare platform words)
provides the predicate signed-int?
to
validated such values; words predicates for details.
The following bindings are exported by the library (vicare
arguments validation)
.
Succeed if obj satisfies the predicate signed-int?
.
Succeed if obj is #f
or it satisfies the predicate
signed-int?
.
Succeed if obj satisfies the predicate signed-int?
and it
is strictly positive or strictly negative.
Succeed if obj satisfies the predicate signed-int?
and it
is strictly positive or strictly negative.
Succeed if obj satisfies the predicate signed-int?
and it
is in the specified range. min and max must be exact
integers.
Succeed if obj satisfies the predicate signed-int?
and the
predicate even?
or odd?
.