Skip to main content
Module

x/structurae/utilities.ts

Data structures for high-performance JavaScript applications.
Latest
import * as mod from "https://deno.land/x/structurae@4.0.1/utilities.ts";

Variables

Lookup table for powers of 2

Functions

Returns the minimum amount of bits necessary to hold a given number.

Returns the index of the Least Significant Bit in a number.

Counts set bits in a given number.