Skip to main content
type alias Deno.PointerValue
Unstable

Pointer type depends on the architecture and actual pointer value.

On a 32 bit host system all pointer values are plain numbers. On a 64 bit host system pointer values are represented as numbers if the value is below Number.MAX_SAFE_INTEGER, otherwise they are provided as bigints.

definition: number | bigint