doddle
    Preparing search index...

    Function range

    • Creates an ASeq of numbers in the specified range.

      Parameters

      • start: number

        Starting number of the range.

      • end: number

        Ending number of the range (exclusive).

      • size: number = 1

        Step size for the range. Defaults to 1.

      Returns ASeq<number>

      An ASeq of numbers in the specified range.