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

Uint32

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

The type of 32-bit unsigned integer.

type Uint32 = number;

§Type

§
number
[src]

§Variables

Uint32.BYTES
Uint32.MAX_VALUE
Uint32.MIN_VALUE
Uint32.SIZE

§Functions

Uint32.isUint32
Uint32.rotateLeft
Uint32.saturateFromSafeInteger
Uint32.truncateFromSafeInteger