fn order(a: Managed, b: Managed) math.Order

Returns math.Order.lt, math.Order.eq, math.Order.gt if a < b, a == b or a

b respectively.

Parameters