static IntRange longToIntRange(long l) { ret IntRange(firstIntFromLong(l), secondIntFromLong(l)); }