static Iterator[] makeIteratorArray(L> l) { int n = l(l); Iterator[] array = new[n]; int i = 0; fOr (c : l) array[i++] = iterator(c); ret array; }