Next: args predefined signed int, Previous: args predefined promises, Up: args predefined [Index]
The following bindings are exported by the library (vicare
arguments validation)
.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an octet [0, 255].
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an byte [-128, 127].
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an byte [-128, 127] or octet
[0, 255].
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an octet.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of a byte.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an unsigned 16-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of a signed 16-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an unsigned 32-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of a signed 32-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an unsigned 64-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of a signed 64-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an unsigned 128-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of a signed 128-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an unsigned 256-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of a signed 256-bit integer.
Succeed if obj is an exact integer, or #f
for the second
variant, fitting in the range of an unsigned machine word integer; a
machine word is 32-bit or 64-bit integer.
Next: args predefined signed int, Previous: args predefined promises, Up: args predefined [Index]