aztec-nr - std::ops

Trait Shl

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

Required methods

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

Implementors

impl Shl for i16

impl Shl for i32

impl Shl for i64

impl Shl for i8

impl Shl for u1

impl Shl for u128

impl Shl for u16

impl Shl for u32

impl Shl for u64

impl Shl for u8