Arena<T extends NativeType, L extends List<int> >.fromPtr constructor
- Pointer<
T> _arrPtr, - int length,
- L _getView(
- Pointer<
T> , - int
- Pointer<
_arrPtr
points to a pre-allocated array of length
.
Implementation
Arena.fromPtr(this._arrPtr, this.length, this._getView);