Matt Hurd

Results 1 issues of Matt Hurd

Thanks for your work! I'm enjoying playing with the library. I found this handy fwiw: ``` struct sv_buffer { public: constexpr sv_buffer(std::string_view str) : str(str) {} constexpr sv_buffer(const char *str)...