setCFunc property

void Function(Pointer<T> ptr, int i, T value) setCFunc
getter/setter pair

Copies the raw C struct value into the i-th element of the array at ptr.

Implementation

void Function(Pointer<T> ptr, int i, T value) setCFunc;