Variant lrs::cmp::Ordering::Less

The first value is smaller than the second.

Syntax

enum Ordering {
    Less
}