@rimbu/stream@rimbu/stream/customTakeIterator<T>On this pageclass TakeIterator<T>undocumentedExtends: FastIteratorBase<T>Type parametersNameDescriptionTundocumentedPropertiesamountundocumentedDefinitionreadonly amount: number;iundocumentedDefinitioni: number;sourceundocumentedDefinitionreadonly source: FastIterator<T>;MethodsfastNextundocumentedDefinitionfastNext<O>(otherwise?: OptLazy<O>): T | O;Type parametersNameDescriptionOParametersNameTypeDescriptionotherwiseOptLazy<O>OverridesFastIteratorBase.fastNextnextundocumentedDefinitionnext(): IteratorResult<T>;OverridesFastIteratorBase.next