Int32Array method

void Int32Array(
  1. List<int> v, [
  2. int? at
])

Implementation

void   Int32Array(List<int>    v, [int? at]) { reset(at); WasmMemory.heapI32.setAll(_cur >> 2, v); _cur += v.length * WasmSize.Int32; }