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