Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/utils.ts>ToUint32

🚀 (Deno) enhanced executor
Latest
function ToUint32
import { ToUint32 } from "https://deno.land/x/dxx@rf/src/lib/utils.ts";

Convert x to an unsigned 32-bit integer, with modulo wrap-around.

Parameters

x: number

~ a numeric expression