Given a `Flow<A>` to create a transforming o...
# coroutines
r
Given a
Flow<A>
to create a transforming operation which stitches together multiple
A
to create a single
A
without using
suspend
or a
scope
?