method Deno.UnsafePointerView.prototype.getBool
Jump to headingUnsafePointerView.prototype.getBool(offset?: number): boolean
Gets a boolean at the specified byte offset from the pointer.
Parameters Jump to heading
optional
Jump to headingoffset: number
Return Type Jump to heading
boolean