Package Org.Rl-Community.Rl-Glue-Utils - external symbols

See internal symbols too
Package Org.Rl-Community.Rl-Glue-Utils uses the packages Common-Lisp and Org.Rl-Community.Rl-Glue-Codec. It is also known as Rl-Glue-Utils. It has 122 total symbols and 27 external ones.

Class

float-rangeNumber range.
int-rangeNumber range.
rangeSuperclass of range classes.
task-specTask specification parameters.

Function

across-rangesGoes across a RANGE-VECTOR and applies the FN function to each range with
handling the repeat-c...
make-float-rangeCreates a float-range object.
make-float-range-arrayMakes an array of SIZE with the package supported float-range elements.
make-int-rangeCreates an int-range object.
make-int-range-arrayMakes an array of SIZE with the package supported int-range elements.
make-task-specCreates a task-spec object.
parse-task-specParses TASK-SPEC-STRING and stores it into a task-spec structure.

PARAMETERS.
task-spec-str...
ranges-dimensionReturns the range vector dimension by summarizing the repeat counts.

PARAMETERS:
range-vect...

Generic-Function

to-stringReturns the string representation of OBJECT.

PARAMETERS.
object : object to convert [t]

RETUR...