static L intPairToList(IntPair p) { ret p == null ? null : ll(p.a, p.b); }