Cycle<T> constructor

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

Implementation

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