FilterRange<T> constructor
Creates a FilterRange that conditionally yields elements of _iterable matching _predicate.
Implementation
FilterRange(this._iterable, this._predicate);
Creates a FilterRange that conditionally yields elements of _iterable matching _predicate.
FilterRange(this._iterable, this._predicate);