sml
sml copied to clipboard
String view constexpr
This series makes some methods constexpr, so that you can consteval the string representations - where possible.
It also adds support for using string_views, which dont need a terminating zero after the text. This allows further consteval usage.