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

BufferUtils.Uint16

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

const { Uint16 } = BufferUtils;

The type of 16-bit unsigned integer.

type Uint16 = number;

§Type

§
number
[src]

§Variables

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

§Functions

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