Skip to main content

CFCharacterSetIntersect

Function CFCharacterSetIntersect 

Source
pub unsafe extern "C-unwind" fn CFCharacterSetIntersect(
    the_set: Option<&CFMutableCharacterSet>,
    the_other_set: Option<&CFCharacterSet>,
)
👎Deprecated:

renamed to CFMutableCharacterSet::intersect

Available on crate feature CFCharacterSet only.