removeChar method
- Rune ch
Remove a single character to the set
See the Rust documentation for remove_char
for more information.
Implementation
void removeChar(Rune ch) {
_icu4x_CodePointSetBuilder_remove_char_mv1(_ffi, ch);
}
Remove a single character to the set
See the Rust documentation for remove_char
for more information.
void removeChar(Rune ch) {
_icu4x_CodePointSetBuilder_remove_char_mv1(_ffi, ch);
}