mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-25 19:25:29 +01:00
With C++20, we can use the more concise contains() member function instead of comparing the result of the find() call with the end iterator.