Type Definition snarkvm_compiler::GreaterThan
source · [−]pub type GreaterThan<N> = BinaryLiteral<N, GreaterThanOperation<N>>;
Expand description
Computes whether first
is greater than second
as a boolean, storing the outcome in destination
.