Deno.UnsafePointerView.prototype.getBool - Deno documentation
method Deno.UnsafePointerView.prototype.getBool
UnsafePointerView.prototype.getBool(offset?: number): boolean

Gets a boolean at the specified byte offset from the pointer.

Parameters

optional
offset: number

Return Type

boolean