static S formatInt(int i, int digits) { ret padLeft(str(i), '0', digits); }