NativeArray<T> constructor

NativeArray<T>(
  1. Pointer<NativeType> _nativeArray
)

Implementation

NativeArray(this._nativeArray);