fn_xor

Function fn_xor 

Source
pub fn fn_xor(args: &[Expr], ctx: &mut Evaluator<'_>) -> Result<CellValue>
Expand description

XOR(logical1, [logical2], …) - returns TRUE if an odd number of arguments are TRUE.