CodePointMapData8.hangulSyllableType constructor

CodePointMapData8.hangulSyllableType()

Create a map for the Hangul_Syllable_Type property, using compiled data.

See the Rust documentation for HangulSyllableType for more information.

Implementation

factory CodePointMapData8.hangulSyllableType() {
  final result = _icu4x_CodePointMapData8_create_hangul_syllable_type_mv1();
  return CodePointMapData8._fromFfi(result, []);
}