TypeSArray

Static array, one with a fixed dimension

extern (C++) final
class TypeSArray : TypeArray {
Expression dim;
}

Members

Functions

isIncomplete
bool isIncomplete()

C11 6.7.6.2-4 incomplete array type

needsNested
bool needsNested()

Meta