Function Quantity.opCmp

Operator overloading

int opCmp(Q) (
  auto const ref Q qty
) const
if (isQuantity!Q);

int opCmp(T) (
  T scalar
) const
if (isNumeric!T);