fn interp_op_not(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Logical NOT operator as a function.
@param x logical operand @return logical vector of negated values