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