Stream: helpdesk (published)

Topic: Lazy concatenation of iterators


view this post on Zulip Júlio Hoffimann (Mar 30 2021 at 16:19):

Is there a function in Base to concatenate multiple iterators in a lazy fashion? itr1, itr2, itr3, ...

view this post on Zulip Júlio Hoffimann (Mar 30 2021 at 16:22):

Iterators.flatten does the job. The name is a bit confusing though.


Last updated: Oct 02 2023 at 04:34 UTC