mutable deep copying?
mutable deep copying?
- Subject: mutable deep copying?
- From: Daryn <email@hidden>
- Date: Sun, 28 Jul 2002 14:35:52 -0500
It seems that [myDict copy] results in a deep copy, while [myDict
mutableCopy] results in a shallow, yet mutable, copy. What I need is a
mutable deep copy of the dictionary.
My data structure is composed of simple dictionaries, arrays, and
strings. Is there a simple method by which I may obtain a mutable copy
of the entire data structure? Or do I need to implement my own protocol
to do this?
Daryn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.