setCFunc property

  1. @override
void Function(WasmStructPointer<T> ptr, int i, T value) setCFunc
latefinaloverride-getter

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

Implementation

@override
late final void Function(WasmStructPointer<T> ptr, int i, T value) setCFunc;