forked from extern/nushell
Add bit operator: bit-xor
(#5940)
This commit is contained in:
@ -119,6 +119,7 @@ impl CustomValue for ExprDb {
|
||||
| Operator::NotIn
|
||||
| Operator::Pow
|
||||
| Operator::BitOr
|
||||
| Operator::BitXor
|
||||
| Operator::BitAnd
|
||||
| Operator::ShiftLeft
|
||||
| Operator::ShiftRight
|
||||
|
Reference in New Issue
Block a user