static ItIt concatIterators(Iterator... l) { ret concatIterators(asList(l)); } static ItIt concatIterators(L> l) { ret nestedIterator(l, it -> it); }