static S ai_renderMatch(L l) { ret join(" & ", map(ai_sortMatchPairs(l), func(PairS p) -> S { quote(p.a) + "=" + quote(p.b) })); }