TypedefKind

Used as result type for isTypedef trait.

None value is explicitly set to 0 so that it can be used in condition like if(isTypedef!(T)).

Values

ValueMeaning
None0

Not a typedef

Keyword

D1 typedef keyword

Struct

Emulated by struct

Meta