static IntPair longToIntPair(long l) { ret IntPair(firstIntFromLong(l), secondIntFromLong(l)); }