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.
2 parents f1b5f65 + 53a2d80 commit e1b02eaCopy full SHA for e1b02ea
src/ArrayInterface.jl
@@ -133,6 +133,8 @@ end
133
ismutable(::Type{<:AbstractRange}) = false
134
ismutable(::Type{<:AbstractDict}) = true
135
ismutable(::Type{<:Base.ImmutableDict}) = false
136
+ismutable(::Type{BigFloat}) = false
137
+ismutable(::Type{BigInt}) = false
138
function ismutable(::Type{T}) where {T}
139
if parent_type(T) <: T
140
return T.mutable
0 commit comments