-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
4c59a8b
commit 75d1b1b
Showing
3 changed files
with
120 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters