Skip to content

Implement From<T> for BigInt/BigUint for signed and unsigned integer types (respectively) #117

@hauleth

Description

@hauleth

As in title. As any integer type can be expressed as BigInt and any unsigned integer can be expressed as BigUint it would be useful to implement From<T> trait for them. It would allow functions to take T: Into<BigInt> as parameter and call it with "bare" integers without weird calls and unwraps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions