Function neg

Source
pub fn neg(expression: ArcIntern<Expression>) -> ArcIntern<Expression>
Expand description

Create an ArcIntern<Expression> representing -expression.

A wrapper around Expression::Prefix with PrefixOperator::Minus.