ElementType

Undocumented in source.

Members

Aliases

ElementType
alias ElementType = E
Undocumented in source.
ElementType
alias ElementType = typeof(T.init.front())
Undocumented in source.

Examples

static assert(is(ElementType!(int[]) == int));

Meta