Class Range

Superclass of range classes.

Part of:

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

Direct Subclass

float-rangeNumber range.
int-rangeNumber range.

Slot

repeat-count
How many times the range is repeated.
Initform:1, Initargs::repeat-count; Accessors:repeat-count; Type:(integer 0 *).

Direct Method

to-stringReturns the string representation of OBJECT.

PARAMETERS.
object : object to convert [t]

RETUR...