indexSetterFunc property

void Function(Pointer<T> ptr, int i, X value) indexSetterFunc
getter/setter pair

Writes value into the i-th element of the array at ptr.

Implementation

void Function(Pointer<T> ptr, int i, X value) indexSetterFunc;