BitField

Signature

export declare class BitField<T extends object>

Properties

static None: bigint;
Flags: Record<string, bigint>;
protected bit: bigint;
bitsGetter
get bits(): bigint;

Methods