pub fn merge<Extra, V>(
classifier: &GraphClassifier<Extra, V>,
p: Pattern<V>,
g: PatternGraph<Extra, V>,
) -> PatternGraph<Extra, V>where
V: GraphValue<Id = Symbol> + HasIdentity<V, Symbol> + Mergeable + Refinable + PartialEq + Clone + 'static,
Extra: 'static,Expand description
Inserts one pattern using LastWriteWins policy.