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/bytes.es/4.4.2/deps.ts"; 

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

§Parameters

§
source: Uint8
[src]

§Return Type