#[non_exhaustive]pub struct IdsTrinaryOperator;Expand description
Characters used in Ideographic Description Sequences.
§Example
use icu::properties::CodePointSetData;
use icu::properties::props::IdsTrinaryOperator;
let ids_trinary_operator = CodePointSetData::new::<IdsTrinaryOperator>();
assert!(ids_trinary_operator.contains('\u{2FF2}')); // IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT
assert!(ids_trinary_operator.contains('\u{2FF3}')); // IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW
assert!(!ids_trinary_operator.contains('\u{2FF4}'));
assert!(!ids_trinary_operator.contains('\u{2FF5}')); // IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE
assert!(!ids_trinary_operator.contains('\u{3006}')); // IDEOGRAPHIC CLOSING MARK