For other cases there is a sad hack: ``` val arr =...
# getting-started
m
For other cases there is a sad hack:
Copy code
val arr = Array<Int>(1);
mBuffer.position { arr[0] += 5 }
And there are
MutableInteger
,
MutableLong
and the others in Android.