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

Uint8.rotateLeft

import { Uint8 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint8.ts"; 

const { rotateLeft } = Uint8;
function rotateLeft(source: Uint8, amount: SafeInteger): Uint8;
§
rotateLeft(source: Uint8, amount: SafeInteger): Uint8
[src]

§Parameters

§
source: Uint8
[src]

§Return Type