method Deno.UnsafePointerView.prototype.getCString
Jump to headingUnsafePointerView.prototype.getCString(offset?: number): stringGets a C string (null terminated string) at the specified byte offset
from the pointer.
Parameters Jump to heading
optional
Jump to headingoffset: numberReturn Type Jump to heading
string