Finally. I think there have been proposals since C++17 at least, and all I really wanted is for them to solve the common problem of basic static reflection for enums (without hacks like magic_enum uses).
replies(1):
They have a reference implementation on godbolt under clang, so you can play around with that. I did not try it yet.