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


6.13.16.2 The <zero-byte> type

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

Type of zero byte values.

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

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

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

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