antelope icon indicating copy to clipboard operation
antelope copied to clipboard

Add deep copy method to types

Open jnordberg opened this issue 5 years ago • 0 comments

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.

jnordberg avatar Dec 17 '20 08:12 jnordberg