indexSetterFunc property

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

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

Implementation

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