BooleanArray.not(a: BooleanArray): BooleanArray
Performs a bitwise NOT operation with a BooleanArray
a: BooleanArray
the BooleanArray to perform the bitwise NOT operation on
a new BooleanArray with the result
BooleanArray.not(a: BooleanArray): BooleanArray
Performs a bitwise NOT operation with a BooleanArray
a: BooleanArray
the BooleanArray to perform the bitwise NOT operation on
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";