aztec-nr - std::ops

Trait Shr

pub trait Shr {
    // Required methods
    pub fn shr(self, other: Self) -> Self;
}

Required methods

pub fn shr(self, other: Self) -> Self

Implementors

impl Shr for i16

impl Shr for i32

impl Shr for i64

impl Shr for i8

impl Shr for u1

impl Shr for u128

impl Shr for u16

impl Shr for u32

impl Shr for u64

impl Shr for u8