StructInitializer

extern (C++) final
class StructInitializer : Initializer {
Identifiers field;
Initializers value;
}

Members

Functions

toExpression
Expression toExpression(Type t = null)

This works by transforming a struct initializer into a struct literal. In the future, the two should be the same thing.

Meta