pub fn push_right(
    tree: &mut ArenaTree<String>,
    left_tree: usize,
    right_tree: usize
) -> f32
Expand description

Check for conficts between subtrees and shift conflicting right-hand subtrees to the right in order to solve detected conflicts.