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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Bitwise Operations #3

Open
5 tasks
marioidival opened this issue Dec 12, 2017 · 0 comments
Open
5 tasks

Implement Bitwise Operations #3

marioidival opened this issue Dec 12, 2017 · 0 comments

Comments

@marioidival
Copy link
Owner

marioidival commented Dec 12, 2017

  • (bit-and x y), Rust Trait: BitAnd
  • (bit-or x y), Rust Trait: BitOr
  • (bit-xor x y), Rust Trait: BitXor
  • (bit-shift-left x y), Rust Trait: Shl
  • (bit-shift-right x y), Rust Trait: Shr

If you can implement just one, send a PR 馃挓

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