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

Uint64

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

The type of 64-bit unsigned integer.

type Uint64 = bigint;

§Type

§
bigint
[src]

§Variables

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

§Functions

Uint64.isUint64