sS joinPairWithEquals(Pair p) { ret p == null ? "" : str(p.a) + "=" + str(p.b); }