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

BigUint64

import { BigUint64 } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";

The type of 64-bit unsigned integer.

type BigUint64 = bigint;

§Type

§
bigint
[src]

§Variables

BigUint64.BYTES
BigUint64.MAX_VALUE

The maximum value of 64-bit unsigned integer.

BigUint64.MIN_VALUE

The minimum value of 64-bit unsigned integer.

BigUint64.SIZE

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

§Functions

BigUint64.isBigUint64

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