ptr property

Pointer<Char> ptr
getter/setter pair

Buffer pointer, which is by convention NOT null terminated.

Implementation

external ffi.Pointer<ffi.Char> ptr;