pub fn load_ids_binary_operator(
    provider: &impl DataProvider<IdsBinaryOperatorV1Marker>
) -> Result<CodePointSetData, PropertiesError>
Expand description

Characters used in Ideographic Description Sequences

Example

use icu_properties::sets;

let data =
    sets::load_ids_binary_operator(&icu_testdata::unstable())
        .expect("The data should be valid");
let ids_binary_operator = data.as_borrowed();

assert!(ids_binary_operator.contains32(0x2FF5));  // IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE
assert!(!ids_binary_operator.contains32(0x3006));  // IDEOGRAPHIC CLOSING MARK