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