addSet method
- CodePointSetData data
Add all elements that belong to the provided set to the set
See the Rust documentation for add_set
for more information.
Implementation
void addSet(CodePointSetData data) {
_icu4x_CodePointSetBuilder_add_set_mv1(_ffi, data._ffi);
}