Array<T extends NativeType>.fromPtr constructor
- Pointer<
T> ptr, - List<
int> _view
_view
is the associated typed list of ptr
Implementation
Array.fromPtr(this.ptr, this._view);
_view
is the associated typed list of ptr
Array.fromPtr(this.ptr, this._view);