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