LazySequence.start()method
start(iterator: LazyIterator<T, R, N>): void
An iterator started iterating.
- Add this iterator to the register.
- Start the starter if this is the first iterator.
start(iterator: LazyIterator<T, R, N>): void
An iterator started iterating.