ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
findValueOfTypeInTuple
ae
utils
meta
misc
Undocumented in source.
template
findValueOfTypeInTuple (
X
T
...
) {
static if
(!(
T.length == 0
))
static if
(
is(typeof(T[0]) : X)
)
enum
findValueOfTypeInTuple
;
static if
(!(
T.length == 0
))
static if
(!(
is(typeof(T[0]) : X)
))
enum
findValueOfTypeInTuple
;
}
Members
Manifest constants
findValueOfTypeInTuple
enum
findValueOfTypeInTuple
;
Undocumented in source.
findValueOfTypeInTuple
enum
findValueOfTypeInTuple
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
misc
aliases
I
IsDebug
functions
mixGenerateContructorProxies
manifest constants
HAVE_UDA
isDebug
mixin templates
FieldList
GenerateContructorProxies
properties
isHomogenous
singleton
structFields
static functions
findParameter
templates
ArrayToTuple
CTIterate
EnumLength
GenFieldList
RangeTuple
RangeTupleImpl
SignedBitsType
UnsignedBitsType
ValueTuple
findValueOfTypeInTuple
getAttribute
hasAttribute
isValueOfTypeInTuple
stringofArray
thisOf