Concurrently map the elements in an iterable to Ior or AsyncIorLike and collect the right-hand values into a Builder.
Ior
AsyncIorLike
Builder
If any Ior is Left, the state of the provided Builder is undefined.
Left
Generated using TypeDoc
Concurrently map the elements in an iterable to
Ior
orAsyncIorLike
and collect the right-hand values into aBuilder
.