trait Ashl: DInt {
    // Provided method
    fn ashl(self, shl: u32) -> Self { ... }
}

Provided Methods§

source

fn ashl(self, shl: u32) -> Self

Returns a << b, requires b < Self::BITS

Implementations on Foreign Types§

source§

impl Ashl for u32

source§

impl Ashl for u64

source§

impl Ashl for u128

Implementors§