Skip to main content
Module

x/structurae/index.ts>getLSBIndex

Data structures for high-performance JavaScript applications.
Latest
function getLSBIndex
import { getLSBIndex } from "https://deno.land/x/structurae@4.0.1/index.ts";

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

Parameters

value: number

the number

Returns

number

the index of LSB