Function parity
pub const fn parity<const N: usize, A: FastOpImpl>(
a: ExprBuilder<N, A>,
) -> ExprBuilder<{ _ }, ParityOp<A>>
Expand description
Computes the parity of the lower 8 bits.
pub const fn parity<const N: usize, A: FastOpImpl>(
a: ExprBuilder<N, A>,
) -> ExprBuilder<{ _ }, ParityOp<A>>
Computes the parity of the lower 8 bits.