pub fn evaluate_unary( span: Span, op: UnaryOperation, value: &Value, ) -> Result<Value>
Evaluate a unary operation.