Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

bnot

import { bnot } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

bitwise NOT

@example
// returns "~1"
bnot(1)
function bnot(value: Printable): string;
§
bnot(value: Printable): string
[src]

§Parameters

§Return Type

§
string
[src]