Result.currentRangeIndex

Make result satisfy the IsInputRange constraints so we can use it with functions like map, each, ...

Kinda hackish for now.

struct Result
int currentRangeIndex;

Meta