antelope
antelope copied to clipboard
Add deep copy method to types
We frequently find the need to clone a core type as not to mutate it for the caller. Add a .clone() protocol requirement and implementation to all core types.