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