Home > rc-js-util > _Array > mapRange
Like arrayMap() with integer range as input.
Signature:
static readonly mapRange: typeof arrayMapRange;
Where from
and to
are equal a length 1 array is returned, NaN input is not supported.
See arrayMapRange().