unwrap_root

Function unwrap_root 

Source
fn unwrap_root(node: &Node) -> &Node
Expand description

Strip evalexpr’s parenthesis-wrapper RootNodes. Every group like (expr) becomes a single-child RootNode in the tree, so descending into function args means peeling them one layer at a time until we reach a real operator.