CodePointMapData8.joiningType constructor

CodePointMapData8.joiningType()

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

See the Rust documentation for JoiningType for more information.

Implementation

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