TypeKind.ArrayInfo

The type 'const int x[2][3]'

struct TypeKind
pure @safe nothrow @nogc static
struct ArrayInfo {}

Members

Variables

element
USRType element;

usr for 'int'

fmt
ArrayFmt fmt;

int %s%s

indexes
ArrayInfoIndex[] indexes;

[2, 3]

Meta