Deep Clone.
深度克隆
The type of elements in the array / 数组元素的类型
The source data to clone. 要克隆的源数据
The deeply cloned data. 深度克隆后的数据
This function uses an internal Map to handle circular references safely, preventing infinite recursion during deep cloning.
Map
此函数使用内部的 Map 来安全处理循环引用,防止深度克隆过程中的无限递归。
Deep Clone.
深度克隆