SharedArray<T extends NativeType, L extends List<int> > constructor
- int length,
- L _getView(
- Pointer<
T> , - int
- Pointer<
Implementation
SharedArray(this.length, this._getView);
SharedArray(this.length, this._getView);