Closed
Description
We should have a Default
trait for this. Implementing Zero
for types like containers is very strange and it also prevents a type from implementing Zero
and also having a default initialization that's not zero (an example brought up by @cmr is a UUID).