static ItIt> iterateWithIndex(Iterable l) { ret iterateListWithIndex(l); } static ItIt> iterateWithIndex(A[] l) { ret iterateWithIndex(asVirtualList(l)); }