Returns an iterator over the [key, value] pairs in the registry.
An iterator over the [key, value] pairs.
Retrieves the BigInt value associated with the given flag name.
The name of the flag to retrieve.
The BigInt value of the flag, or undefined if not found.
Returns an iterator over the flag keys in the registry.
An iterator over the flag keys.
Returns an iterator over the flag values in the registry.
An iterator over the flag values.
A registry for managing bitwise flags. This class maps flag keys (strings) to unique bit positions using BigInt for scalable storage.