@rimbu/stream@rimbu/stream/customRepeatIterator<T>On this pageclass RepeatIterator<T>undocumentedExtends: FastIteratorBase<T>Type parametersNameDescriptionTundocumentedPropertiesamountundocumentedDefinitionreadonly amount?: number | undefined;isEmptyundocumentedDefinitionisEmpty: boolean;iteratorundocumentedDefinitioniterator: FastIterator<T>;remainundocumentedDefinitionremain: number | undefined;sourceundocumentedDefinitionreadonly source: Stream<T>;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): T | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next