Skip to content
Litichevskiy Dmitriy edited this page Jan 27, 2019 · 1 revision

Manipula.range(start, count)

Method generates an iterable of integral numbers within a specified range.

Kind: static method of Manipula

Param Type Description
start number The value of the first integer in the iterable.
count number The number of sequential integers to generate.
Clone this wiki locally