Is it possible to allocate a ByteArray larger than Int.MAX_VALUE ?
a
Is it possible to allocate a ByteArray larger than Int.MAX_VALUE ?
d
No, you'll have to use multiple arrays
a
👍