Evaluate the Ior in an async iterable and collect the right-hand values in an array.
Ior
This function turns an async iterable of Ior "inside out". For example, AsyncIterable<Ior<E, T>> becomes AsyncIor<E, T[]>.
AsyncIterable<Ior<E, T>>
AsyncIor<E, T[]>
Generated using TypeDoc
Evaluate the
Ior
in an async iterable and collect the right-hand values in an array.