Roadmap
Possible future development of the package may include:
The package currently only considers
Enumclasses. No consideration has been given to the other enum classes (ie:IntEnum,IntFlag,Flag). Behaviour with these enum types is undefined.When using
copy_enum_members(), copied members could be handled more intelligently. Currently it is the user’s responsibility to manage name/value conflicts. If the values don’t matter (eg: use of auto) this may be handled more intelligenty/automatically.