Type Definition snarkvm_compiler::AssertNeq
source · [−]pub type AssertNeq<N> = AssertInstruction<N, { _ }>;
Expand description
Asserts two operands are not equal to each other.
pub type AssertNeq<N> = AssertInstruction<N, { _ }>;
Asserts two operands are not equal to each other.