sml icon indicating copy to clipboard operation
sml copied to clipboard

String view constexpr

Open nolange opened this issue 5 years ago • 0 comments

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.

nolange avatar Apr 22 '20 23:04 nolange