• An iterable with count numbers starting from start, counting up.

    Parameters

    • start: number
    • count: number

    Returns Iterable<number>