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

BufferUtils.Uint64

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

const { Uint64 } = BufferUtils;

The type of 64-bit unsigned integer.

type Uint64 = bigint;

§Type

§
bigint
[src]

§Variables

BufferUtils.Uint64.BYTES
BufferUtils.Uint64.MAX_VALUE
BufferUtils.Uint64.MIN_VALUE
BufferUtils.Uint64.SIZE

§Functions

BufferUtils.Uint64.isUint64