aztec-nr - std::ops

Trait BitXor

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

Required methods

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

Implementors

impl BitXor for bool

impl BitXor for i16

impl BitXor for i32

impl BitXor for i64

impl BitXor for i8

impl BitXor for u1

impl BitXor for u128

impl BitXor for u16

impl BitXor for u32

impl BitXor for u64

impl BitXor for u8