static S formatSnippets(L l) { new L lines; for (Snippet s : unnull(l)) lines.add(formatSnippetID(s.id) + " - " + s.title); ret fromLines(lines); }