Skip to main content

build_tree

Function build_tree 

Source
pub fn build_tree(inputs: &TreeInputs<'_>) -> Vec<TreeNode>
Expand description

Build a deterministic TreeNode forest rooted at every index in roots. Returned as a single root-less synthetic vector with the documented sort key applied at every level so renderers can iterate without re-sorting.