mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-10 21:30:00 +03:00
We desire the ability to hash and check equality of data across spans to use associative containers such as `std::unordered_map` with spans. The implemented functions provide an easy way to do that.