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