num_bigint

Type Alias BigDigit

Source
pub type BigDigit = u32;
Expand description

A BigDigit is a BigUint’s composing element.

Trait Implementations§

Source§

impl<'a, 'b> Add<&'a BigInt> for &'b BigDigit

Source§

type Output = BigInt

The resulting type after applying the + operator.
Source§

fn add(self, other: &BigInt) -> BigInt

Performs the + operation. Read more
Source§

impl<'a> Add<&'a BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the + operator.
Source§

fn add(self, other: &BigInt) -> BigInt

Performs the + operation. Read more
Source§

impl<'a, 'b> Add<&'a BigUint> for &'b BigDigit

Source§

type Output = BigUint

The resulting type after applying the + operator.
Source§

fn add(self, other: &BigUint) -> BigUint

Performs the + operation. Read more
Source§

impl<'a> Add<&'a BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the + operator.
Source§

fn add(self, other: &BigUint) -> BigUint

Performs the + operation. Read more
Source§

impl<'a> Add<BigInt> for &'a BigDigit

Source§

type Output = BigInt

The resulting type after applying the + operator.
Source§

fn add(self, other: BigInt) -> BigInt

Performs the + operation. Read more
Source§

impl Add<BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the + operator.
Source§

fn add(self, other: BigInt) -> BigInt

Performs the + operation. Read more
Source§

impl<'a> Add<BigUint> for &'a BigDigit

Source§

type Output = BigUint

The resulting type after applying the + operator.
Source§

fn add(self, other: BigUint) -> BigUint

Performs the + operation. Read more
Source§

impl Add<BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the + operator.
Source§

fn add(self, other: BigUint) -> BigUint

Performs the + operation. Read more
Source§

impl<'a, 'b> Div<&'a BigInt> for &'b BigDigit

Source§

type Output = BigInt

The resulting type after applying the / operator.
Source§

fn div(self, other: &BigInt) -> BigInt

Performs the / operation. Read more
Source§

impl<'a> Div<&'a BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the / operator.
Source§

fn div(self, other: &BigInt) -> BigInt

Performs the / operation. Read more
Source§

impl<'a, 'b> Div<&'a BigUint> for &'b BigDigit

Source§

type Output = BigUint

The resulting type after applying the / operator.
Source§

fn div(self, other: &BigUint) -> BigUint

Performs the / operation. Read more
Source§

impl<'a> Div<&'a BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the / operator.
Source§

fn div(self, other: &BigUint) -> BigUint

Performs the / operation. Read more
Source§

impl<'a> Div<BigInt> for &'a BigDigit

Source§

type Output = BigInt

The resulting type after applying the / operator.
Source§

fn div(self, other: BigInt) -> BigInt

Performs the / operation. Read more
Source§

impl Div<BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the / operator.
Source§

fn div(self, other: BigInt) -> BigInt

Performs the / operation. Read more
Source§

impl<'a> Div<BigUint> for &'a BigDigit

Source§

type Output = BigUint

The resulting type after applying the / operator.
Source§

fn div(self, other: BigUint) -> BigUint

Performs the / operation. Read more
Source§

impl Div<BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the / operator.
Source§

fn div(self, other: BigUint) -> BigUint

Performs the / operation. Read more
Source§

impl<'a, 'b> Mul<&'a BigInt> for &'b BigDigit

Source§

type Output = BigInt

The resulting type after applying the * operator.
Source§

fn mul(self, other: &BigInt) -> BigInt

Performs the * operation. Read more
Source§

impl<'a> Mul<&'a BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the * operator.
Source§

fn mul(self, other: &BigInt) -> BigInt

Performs the * operation. Read more
Source§

impl<'a, 'b> Mul<&'a BigUint> for &'b BigDigit

Source§

type Output = BigUint

The resulting type after applying the * operator.
Source§

fn mul(self, other: &BigUint) -> BigUint

Performs the * operation. Read more
Source§

impl<'a> Mul<&'a BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the * operator.
Source§

fn mul(self, other: &BigUint) -> BigUint

Performs the * operation. Read more
Source§

impl<'a> Mul<BigInt> for &'a BigDigit

Source§

type Output = BigInt

The resulting type after applying the * operator.
Source§

fn mul(self, other: BigInt) -> BigInt

Performs the * operation. Read more
Source§

impl Mul<BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the * operator.
Source§

fn mul(self, other: BigInt) -> BigInt

Performs the * operation. Read more
Source§

impl<'a> Mul<BigUint> for &'a BigDigit

Source§

type Output = BigUint

The resulting type after applying the * operator.
Source§

fn mul(self, other: BigUint) -> BigUint

Performs the * operation. Read more
Source§

impl Mul<BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the * operator.
Source§

fn mul(self, other: BigUint) -> BigUint

Performs the * operation. Read more
Source§

impl<'a, 'b> Rem<&'a BigInt> for &'b BigDigit

Source§

type Output = BigInt

The resulting type after applying the % operator.
Source§

fn rem(self, other: &BigInt) -> BigInt

Performs the % operation. Read more
Source§

impl<'a> Rem<&'a BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the % operator.
Source§

fn rem(self, other: &BigInt) -> BigInt

Performs the % operation. Read more
Source§

impl<'a, 'b> Rem<&'a BigUint> for &'b BigDigit

Source§

type Output = BigUint

The resulting type after applying the % operator.
Source§

fn rem(self, other: &BigUint) -> BigUint

Performs the % operation. Read more
Source§

impl<'a> Rem<&'a BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the % operator.
Source§

fn rem(self, other: &BigUint) -> BigUint

Performs the % operation. Read more
Source§

impl<'a> Rem<BigInt> for &'a BigDigit

Source§

type Output = BigInt

The resulting type after applying the % operator.
Source§

fn rem(self, other: BigInt) -> BigInt

Performs the % operation. Read more
Source§

impl Rem<BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the % operator.
Source§

fn rem(self, other: BigInt) -> BigInt

Performs the % operation. Read more
Source§

impl<'a> Rem<BigUint> for &'a BigDigit

Source§

type Output = BigUint

The resulting type after applying the % operator.
Source§

fn rem(self, other: BigUint) -> BigUint

Performs the % operation. Read more
Source§

impl Rem<BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the % operator.
Source§

fn rem(self, other: BigUint) -> BigUint

Performs the % operation. Read more
Source§

impl<'a, 'b> Sub<&'a BigInt> for &'b BigDigit

Source§

type Output = BigInt

The resulting type after applying the - operator.
Source§

fn sub(self, other: &BigInt) -> BigInt

Performs the - operation. Read more
Source§

impl<'a> Sub<&'a BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the - operator.
Source§

fn sub(self, other: &BigInt) -> BigInt

Performs the - operation. Read more
Source§

impl<'a, 'b> Sub<&'a BigUint> for &'b BigDigit

Source§

type Output = BigUint

The resulting type after applying the - operator.
Source§

fn sub(self, other: &BigUint) -> BigUint

Performs the - operation. Read more
Source§

impl<'a> Sub<&'a BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the - operator.
Source§

fn sub(self, other: &BigUint) -> BigUint

Performs the - operation. Read more
Source§

impl<'a> Sub<BigInt> for &'a BigDigit

Source§

type Output = BigInt

The resulting type after applying the - operator.
Source§

fn sub(self, other: BigInt) -> BigInt

Performs the - operation. Read more
Source§

impl Sub<BigInt> for BigDigit

Source§

type Output = BigInt

The resulting type after applying the - operator.
Source§

fn sub(self, other: BigInt) -> BigInt

Performs the - operation. Read more
Source§

impl<'a> Sub<BigUint> for &'a BigDigit

Source§

type Output = BigUint

The resulting type after applying the - operator.
Source§

fn sub(self, other: BigUint) -> BigUint

Performs the - operation. Read more
Source§

impl Sub<BigUint> for BigDigit

Source§

type Output = BigUint

The resulting type after applying the - operator.
Source§

fn sub(self, other: BigUint) -> BigUint

Performs the - operation. Read more