Next: fixnum [Type], Previous: mod [Type Specifier], Up: Numbers Dictionary
12.2.12 bit [Type] ¶
Supertypes:: ¶
bit,
unsigned-byte,
signed-byte,
integer,
rational,
real,
number,
t
Description:: ¶
The type bit is equivalent to the type (integer 0 1)
and (unsigned-byte 1).