fn order(a: anytype, b: anytype) Order

Given two numbers, this function returns the order they are with respect to each other.

Parameters

a: anytype,
b: anytype,