Returns an array of numbers starting from the specified start value and containing the specified count of elements.
The starting value of the range.
The number of elements in the range.
An array of numbers representing the range.
Generated using TypeDoc
Returns an array of numbers starting from the specified start value and containing the specified count of elements.