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