tinymist_analysis::syntax::def

Type Alias UnExpr

Source
pub type UnExpr = UnInst<Expr>;

Aliased Type§

struct UnExpr {
    pub lhs: Expr,
    pub op: UnaryOp,
}

Fields§

§lhs: Expr

The operand of the unary operation

§op: UnaryOp

The kind of the unary operation