You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add factory methods to create an enum bit mask (#31)
* Add factory methods to create an enum bit mask
* Add a method to create a bit mask using one or multiple cases
* Add a method to create a bit mask using all cases
* Add a method to create a bit mask with no flags on
* Add a method to create a bit mask without some flags
* Psalm suppress mixed in factory, updated docblock
* Updated README
---------
Co-authored-by: yaroslavche <[email protected]>