0
how to unfreeze an array?
Once an array is safeguarded with array.freeze method, how could we unfreeze it for enabling modification on it again.
1 Answer
+ 1
I do not think it is possible to. It declared as constant and connot change from that. what you can do though is create shalloe copy of all the data members within the array