[#B58BBE75B8509F926DFA852FD50981433F99E0C9]
Find the first character in the string that is in the set.
template
char const*
find_if(
char const const* first,
char const const* last,
CharSet const& cs) noexcept;
Throws nothing.