mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-06-21 04:41:12 +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.
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.