removeChar method

void removeChar(
  1. 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);
}