Type Definition snarkvm_synthesizer_program::BranchEq
source · pub type BranchEq<N> = Branch<N, { _ }>;
Expand description
Jumps to position
, if first
equals second
.
pub type BranchEq<N> = Branch<N, { _ }>;
Jumps to position
, if first
equals second
.