Skip to main content

all_node_ids

Function all_node_ids 

Source
pub fn all_node_ids(tree: &[TreeNode]) -> HashSet<TreeNodeId>
Expand description

Returns a set of all TreeNodeIds in the tree, useful for “expand all”.