Return default initializer. If the type should be initialized to all
zeros, an array with a null ptr and a length equal to the type size will
be returned. For static arrays, this returns the default initializer for
a single element of the array, use tsize to get the correct size.
Return default initializer. If the type should be initialized to all zeros, an array with a null ptr and a length equal to the type size will be returned. For static arrays, this returns the default initializer for a single element of the array, use tsize to get the correct size.