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

libstd: Implement Integer trait for BigInt/BigUint #6092

Closed
wants to merge 2 commits into from
Closed

libstd: Implement Integer trait for BigInt/BigUint #6092

wants to merge 2 commits into from

Commits on Apr 28, 2013

  1. libstd: impl Integer for BigUint/BigInt.

    Also remove abs() method from the non-trait impl for BigInt/BigUint.
    That method is provided in the Signed trait.
    gifnksm committed Apr 28, 2013
    Configuration menu
    Copy the full SHA
    01b3490 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    92f0dc6 View commit details
    Browse the repository at this point in the history