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

(WIP): Add rotate_left and rotate_right #111

Closed
wants to merge 2 commits into from

Conversation

RDambrosio016
Copy link

Adds rotate_left and rotate_right per #98, However, it is currently broken because it relies on accessing N inside of the const fn, which rustc does not currently allow. Therefore, some compiler trickery will be required to make this work, which is why this is a draft.

@calebzulawski
Copy link
Member

Closing this because we support rotation now. It just needed a little more help from the API.

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.

2 participants