svoid uncurlyMatchesInPlace(Matches m) { if (m == null || m.m == null) ret; int n = m.m.length; for i to n: m.m[i] = uncurly(m.m[i]); }