Function visit_expr_length
pub fn visit_expr_length<V>(v: &mut V, node: &ExprLength)Expand description
Default traversal for ExprLength nodes. Visits the inner expression.
pub fn visit_expr_length<V>(v: &mut V, node: &ExprLength)Default traversal for ExprLength nodes. Visits the inner expression.