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

Add a node to another node in a tree.