ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
findValueOfTypeInTuple.findValueOfTypeInTuple
ae
utils
meta
findValueOfTypeInTuple
Undocumented in source.
enum
findValueOfTypeInTuple
;
enum
findValueOfTypeInTuple
;
template
findValueOfTypeInTuple
(X, T...)
static if
(!(
T.length == 0
))
static if
(!(
is(typeof(T[0]) : X)
))
enum
findValueOfTypeInTuple
=
findValueOfTypeInTuple
!(
X
,
T
[
1
..$])
;
Meta
Source
See Source File
ae
utils
meta
findValueOfTypeInTuple
manifest constants
findValueOfTypeInTuple