pyd v0.12.0 (2019-08-24T18:30:41Z)
Home
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
..$]))
alias
ExpandStarSignals
=
TypeTuple
!(
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
!(
L
[
0
],
ExpandStarSignals
!(
IndexedBy
,
L
[
1
..$]))
Meta
Source
See Implementation
util
multi_index
ExpandStarSignals
aliases
ExpandStarSignals