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

Uint16

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

The type of 16-bit unsigned integer.

type Uint16 = number;

§Type

§
number
[src]

§Variables

Uint16.BYTES
Uint16.MAX_VALUE
Uint16.MIN_VALUE
Uint16.SIZE

§Functions

Uint16.isUint16
Uint16.rotateLeft
Uint16.saturateFromSafeInteger
Uint16.truncateFromSafeInteger