iterator

open operator override fun iterator(): Iterator<NumberValue>

Return

a new iterator for this range. If this is open on the left end, it starts from DEFAULT_LOWER_BOUND_INDEX.

Throws