CodePointSetData.changesWhenCasemapped constructor

CodePointSetData.changesWhenCasemapped()

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

See the Rust documentation for ChangesWhenCasemapped for more information.

Implementation

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