sS formatIntWithSpaces(int i, int len) { ret padLeft(str(i), len); } sS formatInt(long l, int len) { ret padLeft(str(l), len); }