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

ENH: Add reverse iterator #15

Open
corneliusroemer opened this issue Aug 21, 2022 · 1 comment
Open

ENH: Add reverse iterator #15

corneliusroemer opened this issue Aug 21, 2022 · 1 comment

Comments

@corneliusroemer
Copy link

It would be nice if there was a reverse iterator, so I don't need to implement one by myself. Thanks!

@ajakubek
Copy link
Owner

Have you tried using the bultin reversed() function from Python to generate such iterator?
Did you encounter any problems with this solution?

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

2 participants