Skip to main content
Module

x/structurae/bit-array.ts

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

Classes

Uses Uint32Array as an array or vector of bits. It's a simpler version of BitField that only sets and checks individual bits.