Skip to content

Support bitwise XOR operator (#) #3420

@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
See usecase from @FauxFaux on #1619

The only remaining bitwise operator left to go is bitwise XOR (#) which is tracked by this ticket

Describe the solution you'd like
Implement bitwise XOR operator (following the model of bitwise AND & and OR |) -- see PRs linked from #1619

I think this is a good first issue as there are existing operator examples which can be followed and newcomers could learn the codebase

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions