writeIntoIndexedFunc property

void Function(P ptr, int i, X value) get writeIntoIndexedFunc

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

Implementation

void Function(P ptr, int i, X value) get writeIntoIndexedFunc;