menu
cedar package
documentation
ast.dart
Arithmetic
negate method
negate method
dark_mode
light_mode
negate
method
Expr
negate
(
)
Implementation
Expr negate() { return ExprNegate(this); }
cedar package
documentation
ast
Arithmetic
negate method
Arithmetic extension on
Expr