Next: built-in numerics bytes zero, Up: built-in numerics bytes [Contents][Index]
<byte>
type<byte>
Type of byte values. A “byte” is a fixnum in the range [-128, 127].
<byte>
: <byte> type-constructor objValidate obj as object of type <byte>
. Return obj
itself.
<byte>
: <boolean> type-predicate objThe type predicate is byte-fixnum?
. Return #t
if obj
is an object of type <byte>
; otherwise return #f
.