function zip zip<T, S>(iterable1: Iterable<T>,iterable2: Iterable<S>): Iterable<[T, S]> Type Parameters T S Parameters iterable1: Iterable<T> iterable2: Iterable<S> Return Type Iterable<[T, S]>