We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9526d4 commit 3b72bb7Copy full SHA for 3b72bb7
src/bitops.jl
@@ -1,11 +1,6 @@
1
# This file is a part of BitOperations.jl, licensed under the MIT License (MIT).
2
3
4
-"""
5
- BitOperations.BitCount = Union{Signed, Unsigned}
6
-
7
-A number of bits or the index of a bit.
8
9
const BitCount = Union{Signed, Unsigned}
10
11
0 commit comments