static <A> ItIt<A> concatIterators2(Iterable<Iterator<A>> l) { ret nestedIterator(l, it -> it); }