fn order(a: Const, b: Const) math.Order
Returns math.Order.lt, math.Order.eq, math.Order.gt if a < b, a == b or a > b respectively.
math.Order.lt
math.Order.eq
math.Order.gt
a < b
a == b
a > b
a: Const,
b: Const,