deftrait BitwiseXor, as: -> typedoc """ This Trait defines the bitwise exclusive or operation and is used by the runtime everywhere it encounters a `^` operator. """ doc """ And other with self. """ def bitwise_xor other: Any end