mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-11 15:59:11 +01:00
0baa90d641
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.