Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BufferUtils.BigUint64

import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/deps.ts"; 

const { BigUint64 } = BufferUtils;

The type of 64-bit unsigned integer.

type BigUint64 = bigint;

§Type

§
bigint
[src]

§Variables

BufferUtils.BigUint64.BYTES
BufferUtils.BigUint64.MAX_VALUE

The maximum value of 64-bit unsigned integer.

BufferUtils.BigUint64.MIN_VALUE

The minimum value of 64-bit unsigned integer.

BufferUtils.BigUint64.SIZE

The number of bits used to represent an 64-bit unsigned integer.

§Functions

BufferUtils.BigUint64.isBigUint64

Determines whether the passed test is a 64-bit unsigned integer.