Type specifiers
⚓
⚓
Base class | Standard implementation(s) |
---|---|
class | |
generic-function | standard-generic-function |
method | standard-method |
method-combination |
⚓
⚓
⚓
TODO: Extract other sections.
⚓
⚓
⚓
signed-byte | |||||||||
unsigned-byte | |||||||||
bit | |||||||||
-∞ | ... | most-negative-fixnum | ... | 0 | 1 | ... | most-positive-fixnum | ... | +∞ |
fixnum | |||||||||
bignum | bignum |
⚓
Number of float representations | Float representation groupings | |||
---|---|---|---|---|
4 | short-float | single-float | double-float | long-float |
3 | short-float | single-float | ||
double-float | long-float | |||
2 | short-float | |||
1 |