method Deno.UnsafePointerView.prototype.getPointer
Jump to headingUnsafePointerView.prototype.getPointer<T = unknown>(offset?: number): PointerValue<T>
Gets a pointer at the specified byte offset from the pointer
Type Parameters Jump to heading
Jump to headingT = unknown
Parameters Jump to heading
optional
Jump to headingoffset: number