Checks if T.init consists only of zero bytes so that a T[] array can be cleared by clear().
true if a T[] array can be cleared by clear() or false if not.
See Implementation
Checks if T.init consists only of zero bytes so that a T[] array can be cleared by clear().