NestedElementType

Returns the ElementType of a nested type T.

Members

Aliases

NestedElementType
alias NestedElementType = NestedElementType!(ElementType!T)
Undocumented in source.
NestedElementType
alias NestedElementType = T
Undocumented in source.

Examples

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

Meta