David Stolarsky
ByteArray
Data
Jurriaan Mous
actual fun encode(bytes: ByteArray) = memScoped { NSData.create( bytesNoCopy = bytes.toCValues().getPointer(this), length = bytes.size.toULong() ).base64EncodedStringWithOptions(0) }
KotlinByteArray
actual fun
A modern programming language that makes developers happier.