public static S joinChars(Collection l) { int n = l(l); char[] a = new char[n]; int i = 0; for (char c : unnull(l)) a[i++] = c; ret str(a); }