pub(crate) trait UMulo: Int + DInt {
    // Provided method
    fn mulo(self, rhs: Self) -> (Self, bool) { ... }
}

Provided Methods§

source

fn mulo(self, rhs: Self) -> (Self, bool)

Implementations on Foreign Types§

source§

impl UMulo for u128

source§

impl UMulo for u64

source§

impl UMulo for u32

Implementors§