I want to get all bytes and merge them together on...
# rx
g
I want to get all bytes and merge them together on a ByteArray. All the bytes are organized in such way: The first, m bytes that can be computed to fetch the amount of remaining n bytes
e
I think using
map
is better in this case
g
map
depends solely on current value, unless I use some outside variable, which doesn't look ideal. In fact, I'm mostly worried about doing the right way, if that's it, I'll take it.