mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
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