static Iterable<Tuple2<A, B>> zipIt<A, B>( Iterable<A> first, Iterable<B> second, ) => ZippedIterable(first, second);