@rimbu/stream@rimbu/stream/customZipWithIterator<I,R>On this pageclass ZipWithIterator<I,R>undocumentedExtends: FastIteratorBase<T>Type parametersNameConstraintsDescriptionIreadonly unknown[]undocumentedRundocumentedPropertiesiterablesundocumentedDefinitionreadonly iterables: { [K in keyof I]: StreamSource<I[K]>; };sourcesundocumentedDefinitionreadonly sources: FastIterator<any>[];zipFunundocumentedDefinitionreadonly zipFun: (...values: I) => R;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): R | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next