CodePointMapData8.graphemeClusterBreak constructor

CodePointMapData8.graphemeClusterBreak()

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

See the Rust documentation for GraphemeClusterBreak for more information.

Implementation

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