indexSetterFunc property

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

Overwrites the i-th element of the array at ptr with value.

Implementation

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