indexSetterFunc property
void Function(P ptr, int i, X value)
get
indexSetterFunc
Writes value into the i-th element of the array at ptr.
Implementation
void Function(P ptr, int i, X value) get indexSetterFunc;