Shallow copy object when type is know
Tofu Ninja via Digitalmars-d-learn Wed, 20 Apr 2016 05:41:19 -0700
Is there a way to shallow copy an object when the type is known?
I cant seem to figure out if there is a standard way. I can't
just implement a copy function for the class, I need a generic
solution.
- Shallow copy object when type is k... Tofu Ninja via Digitalmars-d-learn
- Re: Shallow copy object when ... Tofu Ninja via Digitalmars-d-learn
- Re: Shallow copy object when ... Alex Parrill via Digitalmars-d-learn
- Re: Shallow copy object w... Tofu Ninja via Digitalmars-d-learn
- Re: Shallow copy obje... Rene Zwanenburg via Digitalmars-d-learn
- Re: Shallow copy obje... Marc Schütz via Digitalmars-d-learn
- Re: Shallow copy object when ... rumbu via Digitalmars-d-learn