indexSetterFunc property

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

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

Implementation

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