Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CRDT): Add copy constructor and assignment operator
Implements a copy constructor and assignment operator for the CRDT class, enabling shallow copying of CRDT objects. This enhances the class's functionality and allows for more flexible usage in various contexts.
- Loading branch information