aztec-nr - std::ops

Trait Not

pub trait Not {
    // Required methods
    pub fn not(self) -> Self;
}

Required methods

pub fn not(self) -> Self

Implementors

impl Not for bool

impl Not for i16

impl Not for i32

impl Not for i64

impl Not for i8

impl Not for u1

impl Not for u128

impl Not for u16

impl Not for u32

impl Not for u64

impl Not for u8