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

Add reverse iterators to Series types #65

Open
hostilefork opened this issue Jan 31, 2015 · 0 comments
Open

Add reverse iterators to Series types #65

hostilefork opened this issue Jan 31, 2015 · 0 comments

Comments

@hostilefork
Copy link
Member

You can move an iteration point forward and back, but a reverse iterator is useful for building a view "as if" a collection's beginning were its end and its end were its beginning. Helpful in working with algorithms written that work in a forward direction when you want them to go backwards

http://stackoverflow.com/questions/8542591/

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

No branches or pull requests

1 participant