Skip to main content
Module

x/discordeno/mod.ts>ToggleBitfieldBigint

Discord API library for Deno
Latest
class ToggleBitfieldBigint
Re-export
import { ToggleBitfieldBigint } from "https://deno.land/x/discordeno@18.0.1/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.