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