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