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 f601f7e commit 174e93fCopy full SHA for 174e93f
src/ArrayInterface.jl
@@ -12,7 +12,7 @@ function ismutable end
12
Query whether a type is mutable or not, see
13
https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/issues/19.
14
"""
15
-ismutable(x) = (@show x; ismutable(typeof(x)))
+ismutable(x) = ismutable(typeof(x))
16
17
ismutable(::Type{<:AbstractArray}) = true
18
ismutable(::Type{<:Number}) = false
0 commit comments