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


6.13.16.6 The <non-negative-byte> type

Core 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>))