We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8ab330 + 4eaa88b commit 1a86858Copy full SHA for 1a86858
src/utils.jl
@@ -36,7 +36,7 @@ end
36
"""
37
Find needle in the haystack with both `Vector{UInt8}` type arguments.
38
39
-function Base.contains(haystack::AbstractVector{UInt8}, needle::AbstractVector{UInt8})
+function contains(haystack::AbstractVector{UInt8}, needle::AbstractVector{UInt8})
40
hlen = length(haystack)
41
nlen = length(needle)
42
if hlen >= nlen
0 commit comments