ArrayInitializer

extern (C++) final
class ArrayInitializer : Initializer {
Expressions index;
Initializers value;
uint dim;
Type type;
bool sem;
}

Members

Functions

toAssocArrayLiteral
Expression toAssocArrayLiteral()

If possible, convert array initializer to associative array initializer.

toExpression
Expression toExpression(Type tx = null)

If possible, convert array initializer to array literal. Otherwise return NULL.

Meta