aztec-nr - std::ops

Trait BitAnd

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

Required methods

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

Implementors

impl BitAnd for bool

impl BitAnd for i16

impl BitAnd for i32

impl BitAnd for i64

impl BitAnd for i8

impl BitAnd for u1

impl BitAnd for u128

impl BitAnd for u16

impl BitAnd for u32

impl BitAnd for u64

impl BitAnd for u8