Skip to main content

CFCharacterSetUnion

Function CFCharacterSetUnion 

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

renamed to CFMutableCharacterSet::union

Available on crate feature CFCharacterSet only.