Skip to main content
Module

x/oasis/mod.ts>ToggleBitfieldBigint

An object oriented Discordeno framework
Latest
class ToggleBitfieldBigint
Re-export
import { ToggleBitfieldBigint } from "https://deno.land/x/oasis@2.1.0/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.