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