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