aztec-nr - std::ops

Trait BitOr

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

Required methods

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

Implementors

impl BitOr for bool

impl BitOr for i16

impl BitOr for i32

impl BitOr for i64

impl BitOr for i8

impl BitOr for u1

impl BitOr for u128

impl BitOr for u16

impl BitOr for u32

impl BitOr for u64

impl BitOr for u8