Previous: built-in numerics bytes non-positive, Up: built-in numerics bytes [Contents][Index]
<non-negative-byte> type<non-negative-byte>Type of non–negative byte values. Its definition is equivalent to:
(define-type <non-negative-byte> (or <zero-byte> <positive-byte>))