NativeMemoryPointer<X extends RType> constructor

NativeMemoryPointer<X extends RType>(
  1. Pointer<NativeType> _ptr
)

Implementation

NativeMemoryPointer(this._ptr);