indexSetterFunc property
Writes value into the i-th element of the array at ptr.
Implementation
final void Function(MemoryPointer<R> ptr, int i, X value) indexSetterFunc;
Writes value into the i-th element of the array at ptr.
final void Function(MemoryPointer<R> ptr, int i, X value) indexSetterFunc;