static S formatWithZeros(int i, int digits) { ret formatInt(i, digits); } static S formatWithZeros(long l, int digits) { ret formatInt(l, digits); }