Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>ToggleBitfieldBigint

Discord API library for Node and Deno
Go to Latest
class ToggleBitfieldBigint
Re-export
import { ToggleBitfieldBigint } from "https://deno.land/x/discordeno_patched@18.0.2/mod.ts";

Constructors

new
ToggleBitfieldBigint(bitfield?: bigint)

Properties

bitfield: bigint

Methods

add(bits: bigint)

Adds some bits to the bitfield.

contains(bits: bigint)

Tests whether or not this bitfield has the permission requested.

remove(bits: bigint)

Removes some bits from the bitfield.