• Create an array containing a sequence of integers, e.g. [START, START+1, START+2, ...] This is frequently useful in rendering operations when there is no source array to .map() across.

    Parameters

    • start: number
    • count: number

    Returns number[]