chickadee » generalized-arrays » make-interval

make-interval start endprocedure

Constructs a new half-open interval from the start index up to but not including the end index. Both indices must be vectors of the same length (rank). If any dimension inside the start index is greater than or equal to its equivalent dimension in the end index, then the interval is empty.

Indices in this library cannot contain dimension values less than zero.