Skip to main content
Module

x/structurae/ranked-bit-array.ts>RankedBitArray#setBit

Data structures for high-performance JavaScript applications.
Latest
method RankedBitArray.prototype.setBit
import { RankedBitArray } from "https://deno.land/x/structurae@4.0.1/ranked-bit-array.ts";

Sets the bit at a given index.

Parameters

index: number

the index

optional
value: Bit = [UNSUPPORTED]

the value

Returns

this

this