Function hebi_syntax::ast::expr_unary

source ·
pub fn expr_unary(s: impl Into<Span>, op: UnaryOp, right: Expr<'_>) -> Expr<'_>