complementInclusiveRange method
Complement an inclusive range of characters from the set
(Characters which are in this set are removed and vice versa)
See the Rust documentation for complement_range
for more information.
Implementation
void complementInclusiveRange(Rune start, Rune end) {
_icu4x_CodePointSetBuilder_complement_inclusive_range_mv1(_ffi, start, end);
}