Skip to content
New issue

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

Implement .rev() for LendingIterator #14

Open
fritzrehde opened this issue Dec 9, 2023 · 0 comments
Open

Implement .rev() for LendingIterator #14

fritzrehde opened this issue Dec 9, 2023 · 0 comments

Comments

@fritzrehde
Copy link

I currently have a use-case where I would like to iterate over mutable windows in reverse. Would it be possible to implement .rev() for LendingIterator?
In case you say e.g. a Vec already provides reverse, I would argue those are different use-cases, since reverse reverses the vector in-place, whereas .rev() just iterates from the back.
Thanks for the awesome crate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant