kinded
kinded copied to clipboard
Const `.kind()` function
It is currently impossible to use the .kind() function in const contexts.
Since you can't have const fn in traits, you could probably fix this by adding an optional cargo feature or macro attribute that can toggle behavior from using the Kinded trait to just implementing a const fn kind().
Couldn't this be solved by moving the values to a Once?