CycleRIterator<T> constructor
CycleRIterator<T> (
- Iterator<
T> _iterator
Implementation
CycleRIterator(this._iterator) : super._late() {
_wIterator = this;
}
CycleRIterator(this._iterator) : super._late() {
_wIterator = this;
}