CodePointSetData.nfkdInert constructor

CodePointSetData.nfkdInert()

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

See the Rust documentation for NfkdInert for more information.

Implementation

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