fn order(a: anytype, b: anytype) Order
Given two numbers, this function returns the order they are with respect to each other.
a: anytype,
b: anytype,