Type Definition snarkvm_synthesizer_program::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.