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.
_get
1 parent 9ab918e commit 581b18aCopy full SHA for 581b18a
src/ranges.jl
@@ -43,7 +43,6 @@ known_step(::Type{<:AbstractUnitRange{T}}) where {T} = one(T)
43
# add methods to support ArrayInterface
44
45
_get(x) = x
46
-_get(::Val{V}) where {V} = V
47
_get(::Static{V}) where {V} = V
48
_get(::Type{Static{V}}) where {V} = V
49
_convert(::Type{T}, x) where {T} = convert(T, x)
0 commit comments