Bored with developing the same functionality over and over again, unsatisfied with existing libraries, so decided to make the right one, once and forever. 🙂 This library focusses only on handling ...
using uca = const unsigned char[]; constexpr std::span<const unsigned char> foo = std::span<const unsigned char>(uca{"literal"}); std::span<const unsigned char> bar ...