We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Positions
iter::Enumerate<I>
I
usize
Alternatively, you could consider having Positions store an iter::Enumerate<I> instead of I+usize.
(But if you want to go that way, it's probably better as a separate PR, since it would change lots of places.)
Originally posted by @scottmcm in #618 (comment)
The text was updated successfully, but these errors were encountered:
Ups, I wanted to have that in my fork of this repo. But now it's here. :)
I'm gonna work on that, give me a week or two.
Sorry, something went wrong.
No branches or pull requests
Alternatively, you could consider having
Positions
store aniter::Enumerate<I>
instead ofI
+usize
.(But if you want to go that way, it's probably better as a separate PR, since it would change lots of places.)
Originally posted by @scottmcm in #618 (comment)
The text was updated successfully, but these errors were encountered: