Uint32Array method

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

Implementation

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