mauro3 opened this issue 5 years ago · 0 comments
julia> using Parameters julia> a = Dict(:a=>3) Dict{Symbol,Int64} with 1 entry: :a => 3 julia> reconstruct(a, a=1); a Dict{Symbol,Int64} with 1 entry: :a => 1
This should not modify a.
a