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

feat: circular slice selection #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

victorguarana
Copy link

Adds two functions to select item by index of a slice as if it were a circular linked list.
The difference between them is in the way they treat an empty slice, CircularSelection returns an empty instance while CircularSelect panics.
I belive CircularSelection is better, feel free to comment too.

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

Successfully merging this pull request may close these issues.

None yet

1 participant