Where could I find documentation for initializatio...
# mathematics
m
Where could I find documentation for initialization of the Buffer structure? Edit never mind I'm pretty sure I'll figure it out soon
The documentation needs a lot of work though
Basically, you use
Buffer.auto(size){initializer}
. But it will work only in inline methods or when type of buffer declared explicitely
In other cases, use
Buffer.boxing
The same goes for
MutableBuffer
variant