JustBash.AST.ArithUnary (JustBash v0.3.0)
View SourceArithmetic unary operation
Summary
Types
@type operator() :: :- | :+ | :! | :"~" | :++ | :--
@type t() :: %JustBash.AST.ArithUnary{ operand: JustBash.AST.arith_expr(), operator: operator(), prefix: boolean() }