ferros
ferros copied to clipboard
Fix Badge bit masking
The implementation of Badge::are_all_overlapping_bits_set()
should be updated to reflect the masking behavior it's used for, instead of returning true if any bits overlap.
Seems like a good all
vs any
sort of distinction to make