CodePointSetData.prependedConcatenationMark constructor

CodePointSetData.prependedConcatenationMark()

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

See the Rust documentation for PrependedConcatenationMark for more information.

Implementation

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