ElementType

Gets the element type of T, if applicable. Returns the type of enum values if T is an enum.

Members

Aliases

ElementType
alias ElementType = ElementType!U
Undocumented in source.
ElementType
alias ElementType = std.traits.OriginalType!T
Undocumented in source.
ElementType
alias ElementType = ElementType!(typeof(temp[0]))
Undocumented in source.

Variables

temp
T temp;
Undocumented in source.

Meta