We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a77be commit d982ac4Copy full SHA for d982ac4
src/lib/SmallStrings/src/smallstring.jl
@@ -115,7 +115,6 @@ end
115
Base.lastindex(s::SmallString) = length(s)
116
Base.getindex(s::SmallString, r::UnitRange) = SmallString([s[n] for n in r])
117
118
-
119
# TODO: make this work directly on a Tag, without converting
120
# to String
121
function Base.parse(::Type{T}, s::SmallString) where {T<:Integer}
0 commit comments