Int16Array method

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

Implementation

void   Int16Array(List<int>    v, [int? at]) { reset(at); WasmMemory.heapI16.setAll(_cur >> 1, v); _cur += v.length * WasmSize.Int16; }