Computes the union of two character sets.
Declared in <absl/strings/charset.h>
<absl/strings/charset.h>
constexpr CharSet operator|( CharSet const& a, CharSet const& b);
A set with the characters present in either a or b.
a
b