CInitializer

C11 6.7.9 Initialization Represents the C initializer-list

extern (C++) final
class CInitializer : Initializer {}

Members

Variables

initializerList
DesigInits initializerList;

initializer-list

sem
bool sem;

true if semantic() is run

type
Type type;

type that array will be used to initialize

Meta