static S joinPair(Pair p) { ret p == null ? "" : p.a + "/" + p.b; }