Next: , Previous: , Up: built-in numerics bytes   [Contents][Index]


6.13.16.3 The <positive-byte> type

Label Type: <positive-byte>
Parent Type: <byte>

Type of positive byte values.

Constructor on <positive-byte>: <positive-byte> type-constructor obj

Validate obj as object of type <positive-byte>. Return obj itself.

Type predicate on <positive-byte>: <boolean> type-predicate obj

The type predicate is positive-byte-fixnum?. Return #t if obj is an object of type <positive-byte>; otherwise return #f.