jj_lib::repo

Function merge_factories_map

source
pub fn merge_factories_map<F>(
    base: &mut HashMap<String, F>,
    ext: HashMap<String, F>,
)