static LS matchesToStringList(Matches m) { ret m == null ? null : toList(m.m); }