Const generics MVP was stabilised and released on March 25, 2021. This is a great and very helpful addition to Rust!
I was wondering whether there is a plan to add soon an incremental step for more const generics stabilisation. I am in particular thinking about enums, possibly only variants without arguments, which would be quite useful for replacing a set of int and would allow for exhaustive check in match.
Has anyone an update on that question? Thank you!