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 f0ce24d commit 96a83a4Copy full SHA for 96a83a4
src/utils.jl
@@ -6,6 +6,9 @@ https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/issues/19.
6
"""
7
Base.@pure is_mutable_type(x::DataType) = x.mutable
8
9
+function recursivecopy(a)
10
+ deepcopy(a)
11
+end
12
13
function recursivecopy(a::AbstractArray{T,N}) where {T<:Number,N}
14
copy(a)
0 commit comments