pfr
pfr copied to clipboard
Add support for enums
Apparently, the same tricks used here can also be used for reflection on enums, as evidenced by other libraries, for example https://github.com/Neargye/magic_enum
Adding enum support should therefore be straightforward.