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

band

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

bitwise AND(s)

@example
// returns "1.2&3&true"
band(1.2, "3", true)
function band(...values: Printable[]): string;
§
band(...values: Printable[]): string
[src]

§Parameters

§
...values: Printable[] optional
[src]

§Return Type

§
string
[src]