Computes the complement of a character set.
Declared in <absl/strings/charset.h>
<absl/strings/charset.h>
constexpr CharSet operator~(CharSet const& a);
A set containing every character not present in a.
a