CodePointSetData.alphabetic constructor

CodePointSetData.alphabetic()

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

See the Rust documentation for Alphabetic for more information.

Implementation

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