On Thu, Feb 25, 2016 at 2:57 PM, Toivo Henningsson <[email protected]> wrote: > It seems very reasonable that you should be able to overload deepcopy for a > given type, and that if that has to be done on a specific way, it should be > mentioned in the documentation for deepcopy. Open an issue?
Please read the doc first. overloading deepcopy is supported and documented http://julia.readthedocs.org/en/latest/stdlib/base/?highlight=deepcopy#Base.deepcopy
