Ordering allows a single comparison to determine the precise ordering of two objects -- either strictly less than ("LT"), strictly greater than ("GT"), or equal ("EQ").
"LT"
"GT"
"EQ"
Generated using TypeDoc
Ordering allows a single comparison to determine the precise ordering of two objects -- either strictly less than (
"LT"
), strictly greater than ("GT"
), or equal ("EQ"
).