We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6400138 commit d875f2aCopy full SHA for d875f2a
bitmask.go
@@ -1,8 +1,5 @@
1
-// Package bitmask provides type-safe functionality
2
-// to operate on bit masks in more convenient way, than
3
-// bitwise operators on simple integer types, making
4
-// the client code more readable, and, thus, more
5
-// maintanable.
+// Package provides a type-safe and verbose way to
+// conveniently operate on bit mask
6
package bitmask
7
8
// Mask is a shorthand for uint64.
0 commit comments