Skip to main content
Module

x/structurae/big-bit-field.ts

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

Functions

Creates a BigBitField class with a given schema. BigBitField uses bigints as bitfields to store and operate on data using bitwise operations.