copyInt32List method

void copyInt32List(
  1. int addr,
  2. Int32List data
)

Implementation

void copyInt32List(int addr, Int32List data) =>
    _heapI32.setAll(addr ~/ 4, data);