Is there an efficient way to "cast" a ByteArray to...
# random
e
Is there an efficient way to "cast" a ByteArray to a UByteArray?
It's
asUByteArray
. I saw
toUByteArray
and that it copies the whole array, so I stopped looking 🙈
😅 1
e
same naming convention as toList/asList, etc.