CartesianRange<T1, T2> constructor
Creates a CartesianRange combining the elements of the first and second iterable.
Implementation
CartesianRange(this._first, this._second);
Creates a CartesianRange combining the elements of the first and second iterable.
CartesianRange(this._first, this._second);