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


6.13.17.3 The <positive-octet> type

Label Type: <positive-octet>
Parent Type: <non-negative-fixnum>

Type of positive octet values.

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

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

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

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