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

Support the assignment operators for BigInt #7

Closed
cuviper opened this issue Dec 19, 2017 · 1 comment
Closed

Support the assignment operators for BigInt #7

cuviper opened this issue Dec 19, 2017 · 1 comment

Comments

@cuviper
Copy link
Member

cuviper commented Dec 19, 2017

We already have them for BigUint, so this probably just needs more forwarding impls.

cc rust-num/num#173

@cuviper cuviper added this to the num-bigint-0.2 milestone Feb 27, 2018
@cuviper cuviper self-assigned this May 2, 2018
cuviper added a commit to cuviper/num-bigint that referenced this issue May 9, 2018
All of these operators were already implemented for `BigUint`, so
now `BigInt` support the same use.

Closes rust-num#7.
bors bot added a commit that referenced this issue May 12, 2018
41: Implement assignment operators for BigInt r=cuviper a=cuviper

All of these operators were already implemented for `BigUint`, so
now `BigInt` support the same use.

Closes #7.

Co-authored-by: Josh Stone <[email protected]>
@bors bors bot closed this as completed in #41 May 12, 2018
@endeav0r
Copy link

Just commenting to say YAY! I check back every couple of days, and excited to see the last issue on the 0.2 milestone track closed out.

Keep up the great work!

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

2 participants