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 b4ef240 commit a438851Copy full SHA for a438851
src/ArrayInterface.jl
@@ -11,6 +11,7 @@ Query whether a type is mutable or not, see
11
https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/issues/19.
12
"""
13
Base.@pure ismutable(x::DataType) = x.mutable
14
+ismutable(x) = ismutable(typeof(x))
15
16
ismutable(x::Array) = true
17
0 commit comments