We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aecc2f commit 32a092bCopy full SHA for 32a092b
1 file changed
README.md
@@ -1,9 +1,7 @@
1
-# Your basic bit
+# Your basic bit [][godoc-bit]
2
3
### Golang set data structure with bonus bit-twiddling functions
4
5
-[][godoc-bit]
6
-
7
A bit array, or bit set, is an efficient set data structure.
8
It consists of an array that compactly stores bits and it uses
9
bit-level parallelism to perform operations quickly.
0 commit comments