Type Definition snarkvm_synthesizer_program::AssertEq
source · pub type AssertEq<N> = AssertInstruction<N, { _ }>;
Expand description
Asserts two operands are equal to each other.
pub type AssertEq<N> = AssertInstruction<N, { _ }>;
Asserts two operands are equal to each other.