Tests whether the set contains a given character.
Declared in <absl/strings/charset.h>
<absl/strings/charset.h>
constexpr bool contains(char c) const;
true if c is a member of the set.
true
c