addChar method
- Rune ch
Add a single character to the set
See the Rust documentation for add_char
for more information.
Implementation
void addChar(Rune ch) {
_icu4x_CodePointSetBuilder_add_char_mv1(_ffi, ch);
}
Add a single character to the set
See the Rust documentation for add_char
for more information.
void addChar(Rune ch) {
_icu4x_CodePointSetBuilder_add_char_mv1(_ffi, ch);
}