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