complement method

void complement()

Complements this set

(Elements in this set are removed and vice versa)

See the Rust documentation for complement for more information.

Implementation

void complement() {
  _icu4x_CodePointSetBuilder_complement_mv1(_ffi);
}