Count upward from a start value.
Usage
count_up(start=0)
start: int = 0
Starting value.
Iterator[int]
An iterator yielding successive integers.