<div dir="ltr">Hello all,<br><br>I have a use-case where I want to convert `ByteArray#` to `MutableByteArray#`<br>without the copy overhead.<br><br>Is the underlying memory structure of `ByteArray#` and `MutableByteArray#` the<br>same?<br><br>If I can guarantee that I won't mutate my `MutableByteArray#`, can I use<br>`unsafeCoerce#` on `ByteArray#` and treat it as `MutableByteArray#`?<br><br>Best,<br>Adithya<br></div>