Struct ConstDecimals

Source
pub struct ConstDecimals<const DECIMALS: NumDecimals>;
Expand description

Zero-sized constant number of decimals.

Ideal if the number of decimals is known at compile time.

Trait Implementations§

Source§

impl Add<ConstDecimals<0>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<0>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<1>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<10>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<11>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<12>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<13>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<14>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<15>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<16>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<17>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<18>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<19>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<2>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<20>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<21>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<22>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<23>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<24>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<25>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<26>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<27>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<28>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<29>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<3>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<30>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<31>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<32>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<33>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<34>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<35>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<36>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<37>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<38>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<39>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<4>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<40>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<41>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<42>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<43>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<44>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<45>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<46>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<47>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<48>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<49>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<5>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<50>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<51>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<52>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<53>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<54>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<55>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<56>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<57>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<122>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<58>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<122>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<123>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<59>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<6>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<122>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<123>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<124>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<60>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<123>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<124>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<125>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<61>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<122>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<123>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<125>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<126>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<62>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<122>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<123>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<124>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<125>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<127>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<63>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<75>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<77>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<79>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<81>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<83>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<85>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<87>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<89>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<91>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<93>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<95>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<97>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<99>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<101>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<103>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<105>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<107>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<109>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<111>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<113>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<115>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<117>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<119>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<121>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<122>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<123>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<124>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<125>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<126>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<127>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<64>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<7>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<8>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<65>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<67>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<69>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<71>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<73>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<ConstDecimals<9>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<66>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<68>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<70>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<72>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<74>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<76>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<78>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<80>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<82>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<84>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<86>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<88>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<90>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<92>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<94>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<96>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<98>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<100>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<102>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<104>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<106>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<108>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<110>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<112>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<114>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<116>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<118>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<120>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<122>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<124>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<126>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<128>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the + operator.
Source§

fn add(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the + operation. Read more
Source§

impl<const DECIMALS: NumDecimals> Clone for ConstDecimals<DECIMALS>

Source§

fn clone(&self) -> ConstDecimals<DECIMALS>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<const DECIMALS: NumDecimals> Debug for ConstDecimals<DECIMALS>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<const DECIMALS: NumDecimals> Decimals for ConstDecimals<DECIMALS>

Source§

fn num_decimals(&self) -> NumDecimals

Number of decimals as variable.
Source§

fn scaling_factor<M: ManagedTypeApi>( &self, ) -> ManagedRef<'static, M, BigUint<M>>

10^num_decimals, represented as a BigUint.
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<64>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<0>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<63>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<1>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<10>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<11>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<12>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<13>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<14>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<15>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<16>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<17>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<18>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<19>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<62>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<2>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<20>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<21>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<22>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<23>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<24>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<25>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<26>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<27>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<28>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<29>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<61>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<3>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<30>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<31>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<32>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<33>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<34>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<35>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<36>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<37>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<38>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<39>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<60>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<4>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<40>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<41>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<42>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<43>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<44>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<45>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<46>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<47>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<48>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<49>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<59>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<5>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<50>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<51>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<52>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<53>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<54>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<55>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<56>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<57>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<58>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<59>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<58>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<6>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<60>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<61>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<62>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<63>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<64>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<57>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<7>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<56>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<8>> for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<1>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<2>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<3>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<4>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<5>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<6>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<7>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<8>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<9>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<10>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<11>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<12>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<13>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<14>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<15>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<16>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<17>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<18>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<19>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<20>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<21>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<22>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<23>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<24>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<25>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<26>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<27>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<28>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<29>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<30>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<31>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<32>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<33>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<34>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<35>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<36>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<37>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<38>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<39>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<40>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<41>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<42>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<43>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<44>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<45>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<46>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<47>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<48>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<49>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<50>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<51>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<52>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<53>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<54>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<55>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<ConstDecimals<9>> for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<0usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<0usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<1usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<1usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<10usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<10usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<11usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<11usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<12usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<12usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<13usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<13usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<14usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<14usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<15usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<15usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<16usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<16usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<17usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<17usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<18usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<18usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<19usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<19usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<2usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<2usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<20usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<20usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<21usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<21usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<22usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<22usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<23usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<23usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<24usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<24usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<25usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<25usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<26usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<26usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<27usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<27usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<28usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<28usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<29usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<29usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<3usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<3usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<30usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<30usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<31usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<31usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<32usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<32usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<33usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<33usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<34usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<34usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<35usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<35usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<36usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<36usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<37usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<37usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<38usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<38usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<39usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<39usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<4usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<4usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<40usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<40usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<41usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<41usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<42usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<42usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<43usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<43usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<44usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<44usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<45usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<45usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<46usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<46usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<47usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<47usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<48usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<48usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<49usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<49usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<5usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<5usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<50usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<50usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<51usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<51usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<52usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<52usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<53usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<53usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<54usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<54usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<55usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<55usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<56usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<56usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<57usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<57usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<58usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<58usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<59usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<59usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<6usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<6usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<60usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<60usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<61usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<61usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<62usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<62usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<63usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<63usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<64usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<64usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<7usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<7usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<8usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<8usize>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for ConstDecimals<9usize>

Source§

type Output = ConstDecimals<0>

The resulting type after applying the - operator.
Source§

fn sub(self, _rhs: ConstDecimals<9usize>) -> Self::Output

Performs the - operation. Read more

Auto Trait Implementations§

§

impl<const DECIMALS: usize> Freeze for ConstDecimals<DECIMALS>

§

impl<const DECIMALS: usize> RefUnwindSafe for ConstDecimals<DECIMALS>

§

impl<const DECIMALS: usize> Send for ConstDecimals<DECIMALS>

§

impl<const DECIMALS: usize> Sync for ConstDecimals<DECIMALS>

§

impl<const DECIMALS: usize> Unpin for ConstDecimals<DECIMALS>

§

impl<const DECIMALS: usize> UnwindSafe for ConstDecimals<DECIMALS>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.