_to_by_

Definitions:

integer, integer, integer
Source: /avail/Avail/Foundation/Bootstrap/Fallible Primitives
Categories: Primitives, Tuples, Constructors
Construct and answer an integer interval tuple.
Position Name Type Description
Parameters
1 start integer The first value in the tuple.
2 end integer The last allowed value in the tuple. This value will only be the last value in the tuple if the difference between the first and last values is a multiple of the step size.
3 delta integer The step size of the interval.
Returns <(-∞..∞)…|> The requested tuple.
Raises
incorrect-argument-type exception

Semantic restrictions:

integer's type, integer's type, integer's type
Source: /avail/Avail/Foundation/Tuples
Reject invocations with size-zero step, and narrow the return type if possible.
Type Description
Parameter Types
integer's type
integer's type
integer's type