Transforms each value of the iterable into an iterable themselves, one at a time. The resulting Iterable will give you the values of the first iterable, then the second, and so on.
The type of the items in the source sequence.
Generated using TypeDoc
Transforms each value of the iterable into an iterable themselves, one at a time. The resulting Iterable will give you the values of the first iterable, then the second, and so on.