pub fn get_maxdepth(
    tree: &mut ArenaTree<String>,
    index: usize,
    max: &mut usize
) -> usize
Expand description

Get the depth of a tree.