mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 13:55:20 +03:00
`std::hash` doesn't have a generic template where it can be utilized for arbitrary trivial objects and implementing this might result in conflicts with other types. To fix this a generic templated hash is now provided as a utility structure, that can be utilized directly in hash-based containers such as `unordered_map`.