Method: Polars::Expr#xor
- Defined in:
- lib/polars/expr.rb
permalink #xor(other) ⇒ Expr
Method equivalent of bitwise exclusive-or operator expr ^ other
.
3707 3708 3709 |
# File 'lib/polars/expr.rb', line 3707 def xor(other) self ^ other end |