Documentation
    Preparing search index...
    • Generates a sequence of integral numbers within a specified range.

      Parameters

      • start: number

        value of the first integer in the sequence.

      • count: number

        number of sequential integers to generate.

      Returns Iterable<number>

      Both start and count will be truncated into integer, and they should be within the safe integer range.