static IntPair toIntPair(Pair p) { ret p == null ?: IntPair(p.a, p.b); }