-
v1.9.5
released this
2025-08-26 20:40:48 -04:00 | 1 commits to master since this releaseFIXED:
- HasFlag would inappropriately report true for m = A, flag = A | B.
This has been rectified, and this behavior is now explicitly
exposed via IsOneOf.
Downloads
- HasFlag would inappropriately report true for m = A, flag = A | B.