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