elTypeOf

Undocumented in source.
alias elTypeOf = ElementTypeOf

Examples

int[] var;
static assert(is(ElementTypeOf!var == int));

Meta