CodePointSetData.nfkcInert constructor

CodePointSetData.nfkcInert()

Create a set for the Nfkc_Inert property, using compiled data.

See the Rust documentation for NfkcInert for more information.

Implementation

factory CodePointSetData.nfkcInert() {
  final result = _icu4x_CodePointSetData_create_nfkc_inert_mv1();
  return CodePointSetData._fromFfi(result, []);
}