orange ~master (2020-03-21T19:05:30Z)
Home
Dub
Repo
KeyTypeOfAssociativeArray
orange
util
Traits
Evaluates to the key type of the associative array.
template
KeyTypeOfAssociativeArray (
T
) {
alias
KeyTypeOfAssociativeArray
=
typeof
(
T
.
init
.
keys
[
0
])
;
}
Members
Aliases
KeyTypeOfAssociativeArray
alias
KeyTypeOfAssociativeArray
=
typeof
(
T
.
init
.
keys
[
0
])
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 to the key type of the associative array.