TypeInfo.initializer

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.

class TypeInfo
abstract nothrow pure const @safe @nogc
const(void)[]
initializer
()

Meta