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

BufferUtils.Uint32.rotateLeft

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

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

§Parameters

§Return Type