isSupportedType.E

Undocumented in source.
template isSupportedType(T)
package
static if(!(isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)))
static if(isDynamicArray!T)
alias E = ElementType!T

Meta