deepCopy and others are recursive functions, in theory the maximum call stack can be reached if the object is very deep. Add a warning in the comments. Make manual tests to find out the limits on various engines.
deepCopy and others are recursive functions, in theory the maximum call stack can be reached if the object is very deep.
Add a warning in the comments. Make manual tests to find out the limits on various engines.