Function is_zero
pub const fn is_zero<const N: usize, A: FastOpImpl>(
a: ExprBuilder<N, A>,
) -> ExprBuilder<{ _ }, IsZeroOp<A>>
Expand description
Returns 1
if the value is 0, otherwise returns 0
.
pub const fn is_zero<const N: usize, A: FastOpImpl>(
a: ExprBuilder<N, A>,
) -> ExprBuilder<{ _ }, IsZeroOp<A>>
Returns 1
if the value is 0, otherwise returns 0
.