pub fn move_child(tree: &mut ArenaTree<String>, child: usize, new_parent: usize)
Expand description

Move a node from a parent node to another node in a tree.