I want to convert four bytes contained in a span into a string using ranges. Here\'s an example of input and output:
std::span data{bytes}; // co