range | Superclass of range classes. |
---|
max-value | Maximum of the range. Initform:'unspec, Initargs::max-value; Accessors:max-value; Type:(or
integer
(member
+inf
unspec)). |
---|---|
min-value | Minimum of the range. Initform:'unspec, Initargs::min-value; Accessors:min-value; Type:(or
integer
(member
-inf
unspec)). |
repeat-count | How many times the range is repeated. Initform:1, Initargs::repeat-count; Accessors:repeat-count; Type:(integer
0
*). |
to-string | Returns the string representation of OBJECT. PARAMETERS. object : object to convert [t] RETUR... |
---|