mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-02 06:49:23 +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.