float-range | Number range. |
---|---|
int-range | Number range. |
range | Superclass of range classes. |
task-spec | Task specification parameters. |
across-ranges | Goes across a RANGE-VECTOR and applies the FN function to each range with
handling the repeat-c... |
---|---|
make-float-range | Creates a float-range object. |
make-float-range-array | Makes an array of SIZE with the package supported float-range elements. |
make-int-range | Creates an int-range object. |
make-int-range-array | Makes an array of SIZE with the package supported int-range elements. |
make-task-spec | Creates a task-spec object. |
parse-task-spec | Parses TASK-SPEC-STRING and stores it into a task-spec structure.
PARAMETERS. task-spec-str... |
ranges-dimension | Returns the range vector dimension by summarizing the repeat counts.
PARAMETERS: range-vect... |
to-string | Returns the string representation of OBJECT. PARAMETERS. object : object to convert [t] RETUR... |
---|