Uint64Array method

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

Implementation

void  Uint64Array(List<int>    v, [int? at]) { reset(at); WasmMemory.heapU64.setAll(_cur >> 3, v); _cur += v.length * WasmSize.Uint64; }