Consuming a `Stream<UInt8Array>` to obtain a `UInt8Array`

How do you consume a Stream<UInt8Array> to get a UInt8Array (or Effect<UInt8Array>)?
Was this page helpful?