-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CjMatchMask trait for comparing values to masks.
* matches_mask() performs bitwise '&(self & mask) == mask' to verify all bits in mask are matched in self. * as_mask_mathes() performs bitwise '&(self & value) == self' to verify all bits in self are matched in value Doc updates. Incremented Version to 0.2.4
- Loading branch information
1 parent
c1febdb
commit 92f2ae3
Showing
3 changed files
with
138 additions
and
1 deletion.
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