Function not
pub const fn not<const N: usize, A: FastOpImpl>(
a: ExprBuilder<N, A>,
) -> ExprBuilder<{ _ }, NotOp<A>>
Expand description
Perform a bitwise NOT.
pub const fn not<const N: usize, A: FastOpImpl>(
a: ExprBuilder<N, A>,
) -> ExprBuilder<{ _ }, NotOp<A>>
Perform a bitwise NOT.