mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08: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.