Int8Array method

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

Implementation

void    Int8Array(List<int>    v, [int? at]) { reset(at); WasmMemory.heapI8 .setAll(_cur,      v); _cur += v.length * WasmSize.Int8; }