ChainRIterator<T> constructor

ChainRIterator<T>(
  1. Iterator<T> _first,
  2. Iterator<T> _second
)

Implementation

ChainRIterator(this._first, this._second) : super._late() {
  _wIterator = this;
}