python-llist icon indicating copy to clipboard operation
python-llist copied to clipboard

ENH: Add reverse iterator

Open corneliusroemer opened this issue 1 year ago • 1 comments

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

corneliusroemer avatar Aug 21 '22 15:08 corneliusroemer

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

ajakubek avatar Aug 21 '22 19:08 ajakubek