Is ElementType of type of a.
int[] var; static assert(is(ElementTypeOf!var == int));
See Implementation
Is ElementType of type of a.