Cast<S, T> constructor

Cast<S, T>(
  1. Iterator<S> _source
)

Implementation

Cast(this._source) : super._late() {
  _wIterator = this;
}