inner class IteratorImpl : Iterator<Double>
Iterator implementation for DoubleProgression.
IteratorImpl()
fun hasNext(): Boolean
fun next(): Double