Int64Array method

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

Implementation

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