Class Int-Range

Number range.

Part of:

package org.rl-community.rl-glue-utils, class range

Direct Superclass

rangeSuperclass of range classes.

Slot

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 *).

Other Method

to-stringReturns the string representation of OBJECT.

PARAMETERS.
object : object to convert [t]

RETUR...