Create a new registry
bf_registry(name = NULL, description = NULL)
character(1)
the name of the bitfield.
character(1)
the description of the
bitfield.
an empty registry that captures some metadata of the bitfield, but doesn't contain any flags yet.
Besides creating a registry object, this function also opens the
environment bf_env
, which is used to store the temporary non-encoded
flag values.