This allows us to hexdump things other than `bytes_view`. (That is, without reinterpret_casting them to `bytes_view`, which -- aside from the inconvenience -- isn't quite legal. In contrast, any span can be legally casted to `std::span<const std::byte>`).
5.1 KiB
5.1 KiB