BooleanArray.fromArray(): BooleanArray
Create a BooleanArray from an array of numbers, each number representing a bit to set to true.
A new BooleanArray instance
BooleanArray.fromArray(): BooleanArray
Create a BooleanArray from an array of numbers, each number representing a bit to set to true.
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";