orange ~master (2020-03-21T19:05:30Z)
Home
Dub
Repo
ElementTypeOfArray
orange
util
Traits
Evaluates the type of the element of the array.
template
ElementTypeOfArray (
T
:
T
[]
) {
alias
ElementTypeOfArray
=
T
;
}
Members
Aliases
ElementTypeOfArray
alias
ElementTypeOfArray
=
T
Undocumented in source.
Meta
Source
See Implementation
orange
util
Traits
aliases
BaseTypeTupleOf
Unqual
enums
isStaticArray
templates
BaseTypeOfEnum
BaseTypeOfPointer
ElementTypeOfArray
KeyTypeOfAssociativeArray
TypeOf
TypeOfDataType
ValueTypeOfAssociativeArray
isArray
isAssociativeArray
isClass
isEnum
isFloatingPoint
isFunctionPointer
isInterface
isObject
isPointer
isPrimitive
isReference
isString
isStruct
isSymbol
isType
isVoid
Evaluates the type of the element of the array.