The type of the elements in the source sequence.
Optional
count: number = -1Number of times to repeat the sequence. If not specified, the sequence repeats indefinitely.
The async-iterable sequence producing the elements of the given sequence repeatedly.
Generated using TypeDoc
Repeats the async-enumerable sequence a specified number of times.