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.