@rimbu/stream@rimbu/stream/customZipAllWithItererator<I,F,R>On this pageclass ZipAllWithItererator<I,F,R>undocumentedExtends: FastIteratorBase<T>Type parametersNameConstraintsDescriptionIreadonly unknown[]undocumentedFundocumentedRundocumentedPropertiesallDoneundocumentedDefinitionallDone: boolean;fillValueundocumentedDefinitionreadonly fillValue: OptLazy<F>;itersundocumentedDefinitionreadonly iters: { [K in keyof I]: StreamSource<I[K]>; };sourcesundocumentedDefinitionreadonly sources: FastIterator<any>[];zipFunundocumentedDefinitionreadonly zipFun: (...values: { [K in keyof I]: I[K] | F; }) => R;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): R | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next