Variant lrs::cmp::Ordering::Greater

The second value is larger than the firest.

Syntax

enum Ordering {
    Greater
}