Skip to main content

strip_parens

Function strip_parens 

Source
pub fn strip_parens(expr: &Expr) -> Expr
Expand description

Strip (…) recursively. CppNix’s grammar discards parens outright, so anything that asks “what KIND of expression is this?” must strip them first or it will answer about the wrapper.