Two Colored Array Range Iterator
open class TwoColoredArrayRangeIterator<BoundType : Comparable<BoundType>, LengthType : Comparable<LengthType>, ColorType : Enum<ColorType>> @JvmOverloads constructor(parent: TwoColoredArrayRange<BoundType, LengthType, ColorType>, limitByRange: ClosedRange<BoundType> = parent.range) : Iterator<Pair<ClosedRange<BoundType>, ColorType>>
TwoColoredArrayRange iterator.
Constructors
Link copied to clipboard
constructor(parent: TwoColoredArrayRange<BoundType, LengthType, ColorType>, limitByRange: ClosedRange<BoundType> = parent.range)