indexSetterFunc property

  1. @override
void Function(Pointer<C> ptr, int i, C value) indexSetterFunc
final

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

Implementation

@override
final void Function(Pointer<C> ptr, int i, C value) indexSetterFunc;