removeInclusiveRange method
Remove an inclusive range of characters from the set
See the Rust documentation for remove_range
for more information.
Implementation
void removeInclusiveRange(Rune start, Rune end) {
_icu4x_CodePointSetBuilder_remove_inclusive_range_mv1(_ffi, start, end);
}