ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
findValueOfTypeInTuple.findValueOfTypeInTuple
ae
utils
meta
findValueOfTypeInTuple
Undocumented in source.
enum
findValueOfTypeInTuple
;
template
findValueOfTypeInTuple
(X, T...)
static if
(!(
T.length == 0
))
static if
(
is(typeof(T[0]) : X)
)
enum
findValueOfTypeInTuple
=
T
[
0
]
;
enum
findValueOfTypeInTuple
;
Meta
Source
See Source File
ae
utils
meta
findValueOfTypeInTuple
manifest constants
findValueOfTypeInTuple