Skip to main content
method Deno.UnsafePointerView.prototype.getBool
UnsafePointerView.prototype.getBool(offset?: number): boolean
Deprecated

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

Parameters

optional
offset: number

Return Type

boolean
Back to top