We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
==
1 parent b50c88f commit 7c49043Copy full SHA for 7c49043
src/FixedSizeBitArray.jl
@@ -72,7 +72,7 @@ function Base.fill!(B::FixedSizeBitArray, x)
72
return B
73
end
74
75
-function (==)(A::FixedSizeBitArray, B::FixedSizeBitArray)
+function Base.:(==)(A::FixedSizeBitArray, B::FixedSizeBitArray)
76
size(A) != size(B) && return false
77
return A.chunks == B.chunks
78
0 commit comments