static long[] toLongArray(Cl l) { long[] a = new[l(l)]; int i = 0; if (a.length != 0) for (long x : l) a[i++] = x; ret a; }