static IntPair listToIntPair(L l) { ret l(l) != 2 ? null : IntPair(first(l), second(l)); }