indexSetterFunc property

void Function(MemoryPointer<R> ptr, int i, X value) indexSetterFunc
final

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

Implementation

final void Function(MemoryPointer<R> ptr, int i, X value) indexSetterFunc;