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