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.