RawPtr method

MemoryPointer<RPointer<RChar>> RawPtr(
  1. int count
)

Returns the pointer of pointers.

The caller is responsible for freeing the returned pointer.

Implementation

MemoryPointer<RPointer<RChar>> RawPtr(int count) => _allocatePointer(count);