CodePointSetData.caseIgnorable constructor
Create a set for the Case_Ignorable
property, using compiled data.
See the Rust documentation for CaseIgnorable
for more information.
Implementation
factory CodePointSetData.caseIgnorable() {
final result = _icu4x_CodePointSetData_create_case_ignorable_mv1();
return CodePointSetData._fromFfi(result, []);
}