Collection of cross-platform routines to replicate a complex data structure. It traverses input data structure deeply producing a copy of it.
Collection of routines to traverse complex data structure. The module takes care of cycles in a data structure( recursions ) and can be used for comparison, cloning, serialization or operation on several similar data structures. Many other modules based o