BooleanArray.operate(): BooleanArray
Performs a bitwise operation with two BooleanArrays
a: BooleanArray
the first BooleanArray
b: BooleanArray
the second BooleanArray
a new BooleanArray with the result
BooleanArray.operate(): BooleanArray
Performs a bitwise operation with two BooleanArrays
a: BooleanArray
the first BooleanArray
b: BooleanArray
the second BooleanArray
a new BooleanArray with the result
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";