@override int compare(NumStatus m, Value x, Value y) { final bx = toBigInt(x, m); final by = toBigInt(y, m); return bx.compareTo(by); }