ae v0.0.2728 (2020-08-02T06:18:06Z)
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