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