Skip to main content

interp_op_not

Function interp_op_not 

Source
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