static S multiSetToUL(final MultiSet ms) { ret ul_htmlencode(map(multiSetKeysByPopularity(ms), func(S s) -> S { "[" + ms.get(s) + "] " + s })); }