CycleRIterator<T> constructor

CycleRIterator<T>(
  1. Iterator<T> _iterator
)

Implementation

CycleRIterator(this._iterator) : super._late() {
  _wIterator = this;
}