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

Usage

import * as number.es from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint6.ts";

§Namespaces

Uint6

§Variables

Uint6.MAX_VALUE

The maximum value of 6-bit unsigned integer.

Uint6.MIN_VALUE

The minimum value of 6-bit unsigned integer.

Uint6.SIZE

The number of bits used to represent a 6-bit unsigned integer.

§Functions

Uint6.isUint6

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

§Type Aliases

Uint6

The type of 6-bit unsigned integer.