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