tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
MostDerived.MostDerived
tanya
meta
metafunction
MostDerived
Undocumented in source.
alias
MostDerived
=
T
alias
MostDerived
=
MostDerived
!(
T
,
L
[
1
..$])
template
MostDerived
(T, L...)
static if
(!(
L.length == 0
))
static if
(
is(T : L[0])
)
alias
MostDerived
=
MostDerived
!(
T
,
L
[1..$])
alias
MostDerived
=
MostDerived
!(
L
[
0
],
L
[
1
..$])
Meta
Source
See Implementation
tanya
meta
metafunction
MostDerived
aliases
MostDerived