Apply logical XOR on two expressions
Description
Combine two boolean expressions with XOR.
Usage
<Expr>$xor(other)
Arguments
other
|
numeric or string value; accepts expression input. |
Value
Expr
Examples
#> polars Expr: [(true) ^ (false)]