Kray-G/kinx

Improving `operator[]` in `Range`.

Kray-G opened this issue · 0 comments

Currently the operator[] in Range will do toArray() first, but by this it is impossible to deal with an infinite range.