You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See title. I don't know if this is already possible using the current possibilities of const fn, but setting a color on a constant string is definitely something I would expect to be possible.
The text was updated successfully, but these errors were encountered:
I tried to do this, and it's a lot more complex than I thought it would be. You can't use Strings in const fns so it needs to be a separate struct with a &str and a bunch of const fns for coloring + styling.
See title. I don't know if this is already possible using the current possibilities of
const fn
, but setting a color on a constant string is definitely something I would expect to be possible.The text was updated successfully, but these errors were encountered: