Type alias Ordering

Ordering: "LT" | "GT" | "EQ"

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").

Generated using TypeDoc