removeSet method

void removeSet(
  1. CodePointSetData data
)

Remove all elements that belong to the provided set from the set

See the Rust documentation for remove_set for more information.

Implementation

void removeSet(CodePointSetData data) {
  _icu4x_CodePointSetBuilder_remove_set_mv1(_ffi, data._ffi);
}