trait Ashr: DInt {
    // Provided method
    fn ashr(self, shr: u32) -> Self { ... }
}

Provided Methods§

source

fn ashr(self, shr: u32) -> Self

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

Implementations on Foreign Types§

source§

impl Ashr for i64

source§

impl Ashr for i32

source§

impl Ashr for i128

Implementors§