Type Definition snarkvm_compiler::IsEq
source · [−]pub type IsEq<N> = IsInstruction<N, { _ }>;
Expand description
Computes whether first
equals second
as a boolean, storing the outcome in destination
.
pub type IsEq<N> = IsInstruction<N, { _ }>;
Computes whether first
equals second
as a boolean, storing the outcome in destination
.