F * nrepeat(item: any, times: Number): IterableIterator
Repeats the input item a few times.
F * repeat(item: Object): Iterator
Repeats the input item endlessly.