Skip to main content

merge_preprocessor_guards

Function merge_preprocessor_guards 

Source
pub fn merge_preprocessor_guards(
    left: &HashSet<PreprocessorGuard>,
    right: &HashSet<PreprocessorGuard>,
) -> Option<HashSet<PreprocessorGuard>>