I have a type that basically wraps a boolean with ...
# announcements
d
I have a type that basically wraps a boolean with some logic, I wanted to add operators such as && and || but found I couldn't do this, any reason why these are excluded?