CodePointSetData.hyphen constructor

CodePointSetData.hyphen()

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

See the Rust documentation for Hyphen for more information.

Implementation

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