Peekable<T> constructor

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

Implementation

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