Define an Order<A> using the given function f.
Order<A>
f
static Order<A> from<A>(int Function(A a1, A a2) f) => _Order(f);