as there are unsigned arrays, I'd like the stdlib ...
# stdlib
e
as there are unsigned arrays, I'd like the stdlib having the unsigned counterparts of `*Buffer`s
e
did you check the docs
they don't carry stateful position like NIO buffers (although I'm not sure if that's what you're referring to)
e
I mean,
UByteBuffer
, and so on
e
ByteArray is a multiplatform Kotlin class (that happens to be backed by
byte[]
on JVM), ByteBuffer is a Java NIO class (with no Kotlin equivalent). so I think it is reasonable to expect UByteArray but not UByteBuffer