svoid listToMatches(LS l, Matches m) { if (l != null && m != null) m.m = asStringArray(l); }