Use enumerate iter instead of PositionReader
Closed this issue · 0 comments
linuskmr commented
Delete PositionReader and use Iterator::enumerate instead. It simply yields each item with its index, which is actually the position.
Closed this issue · 0 comments
Delete PositionReader and use Iterator::enumerate instead. It simply yields each item with its index, which is actually the position.