static int[] intRangeLengths(Cl l) { int n = l(l); int[] a = new int[n]; Iterator it = iterator(l); for i to n: a[i] = it.next().length(); ret a; }