Returns the ElementType of a nested type T.
static assert(is(NestedElementType!(int[][]) == int));
See Implementation
Returns the ElementType of a nested type T.