deep-copy
deep-copy copied to clipboard
Implement generics?
Just food for thought about implementing generics for comparable types to simplify reflection if possible. comparable is now a built-in interface so it should be fairly easy to check via reflection or type assertion.
Hi,
The generated code doesn't really use reflection. Do you have an example of where using a comparable constraint would help improve things?