julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

fix: `jule::Trait<Mask>::operator==` #60

Closed vil02 closed 7 months ago

vil02 commented 7 months ago

Description

There seems to be a bug in the current implementation of jule::Trait<Mask>::operator==. Otherwise, I would suggest to always return true.

Checklist

Screenshots (if any)

Note to reviewers

Fixes implementation of jule::Trait<Mask>::operator==.