autowrap v0.2.9 (2018-10-30T19:17:18Z)
Dub
Repo
ExpandStarSignals.ExpandStarSignals
util
multi_index
ExpandStarSignals
Undocumented in source.
alias
ExpandStarSignals
=
TypeTuple
!()
alias
ExpandStarSignals
=
TypeTuple
!(
ExpandStarSignal
!(
IndexedBy
,
0
,
L
[
0
]),
ExpandStarSignals
!(
IndexedBy
,
L
[
1
..$]))
template
ExpandStarSignals
(IndexedBy, L...)
static if
(!(
L.length == 0
))
static if
(
__traits(compiles, L[0].Tag) && L[0].Tag == "*"
)
alias
ExpandStarSignals
=
TypeTuple
!(
ExpandStarSignal
!(
IndexedBy
,
0
,
L
[
0
]),
ExpandStarSignals
!(
IndexedBy
,
L
[
1
..$]))
alias
ExpandStarSignals
=
TypeTuple
!(
L
[
0
],
ExpandStarSignals
!(
IndexedBy
,
L
[
1
..$]))
Meta
Source
See Implementation
util
multi_index
ExpandStarSignals
aliases
ExpandStarSignals