BooleanArray.fromObjects<T>(): BooleanArray
Create a BooleanArray from an object, using the object's keys as the bit indices.
A new BooleanArray instance
BooleanArray.fromObjects<T>(): BooleanArray
Create a BooleanArray from an object, using the object's keys as the bit indices.
A new BooleanArray instance
Add Package
deno add jsr:@phughesmcr/booleanarray
Import symbol
import { BooleanArray } from "@phughesmcr/booleanarray";
---- OR ----
Import directly with a jsr specifier
import { BooleanArray } from "jsr:@phughesmcr/booleanarray";
Add Package
npx jsr add @phughesmcr/booleanarray
Import symbol
import { BooleanArray } from "@phughesmcr/booleanarray";
Add Package
yarn dlx jsr add @phughesmcr/booleanarray
Import symbol
import { BooleanArray } from "@phughesmcr/booleanarray";
Add Package
pnpm dlx jsr add @phughesmcr/booleanarray
Import symbol
import { BooleanArray } from "@phughesmcr/booleanarray";
Add Package
bunx jsr add @phughesmcr/booleanarray
Import symbol
import { BooleanArray } from "@phughesmcr/booleanarray";