indexSetterFunc property

void Function(PP ptr, int i, P value) get indexSetterFunc

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

Implementation

void Function(PP ptr, int i, P value) get indexSetterFunc;