Compile-time hex literal returning a std::array<std::byte, N/2>.
std::array<std::byte, N/2>
Declared in <util/strencodings.h>
<util/strencodings.h>
template</* implementation-defined */ str> constexpr auto operator""_hex();
The decoded bytes as a std::array<std::byte, N/2>.