#[non_exhaustive]pub struct GraphemeExtend;Expand description
Property used to define “Grapheme extender”.
See D59 in Chapter 3, Conformance in the Unicode Standard.
§Example
use icu::properties::CodePointSetData;
use icu::properties::props::GraphemeExtend;
let grapheme_extend = CodePointSetData::new::<GraphemeExtend>();
assert!(!grapheme_extend.contains('ക')); // U+0D15 MALAYALAM LETTER KA
assert!(!grapheme_extend.contains('\u{0D3F}')); // U+0D3F MALAYALAM VOWEL SIGN I
assert!(grapheme_extend.contains('\u{0D3E}')); // U+0D3E MALAYALAM VOWEL SIGN AA