-
Notifications
You must be signed in to change notification settings - Fork 642
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
Ensure a cursor can continue to iterate elements in reverse direction by call Next when it has already reached the beginning #734
Conversation
17381d8
to
7bbb813
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@fuweid Please take a look, and let me know if you have any comment, thx |
Hi @ahrtr I'm OOO until Thursday. Will check this in this week. Sorry for that |
…iterate elements in reverse direction after it has reached to the first element Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
… by call Next when it has already reached the beginning Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix #733