linuskmr/fortytwo-lang

Use enumerate iter instead of PositionReader

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.