Skip to main content
Module

x/structurae/bit-array.ts>BitArray#getBit

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

Returns the bit at a given index.

Parameters

index: number

the index

Returns

the bit