copyInt16List method

void copyInt16List(
  1. int addr,
  2. Int16List data
)

Implementation

void copyInt16List(int addr, Int16List data) =>
    _heapI16.setAll(addr ~/ 2, data);