I am passing a reference to a primitive `val i = 0...
# announcements
e
I am passing a reference to a primitive
val i = 0
as
::i
(type
KMutableProperty0<Int>
) and everything worked fine so far. Is it possible to pass the reference of the i-th element of a primitive array?