aedi v0.2.0 (2017-03-08T09:57:04Z)
Dub
Repo
staticMapWith.staticMapWith
aermicioi
util
traits
traits
staticMapWith
Undocumented in source.
alias
staticMapWith
=
TypeTuple
!(
staticMapWith
!(
pred
,
Type
,
T
[
0
..$ /
2
]),
staticMapWith
!(
pred
,
Type
,
T
[$ /
2
..$]))
alias
staticMapWith
=
TypeTuple
!(
pred
!(
Type
,
T
[
0
]))
template
staticMapWith
(alias pred, alias Type, T...)
static if
(!(
T.length > 1
))
static if
(
T.length == 1
)
alias
staticMapWith
=
TypeTuple
!(
pred
!(
Type
,
T
[0]))
alias
staticMapWith
=
TypeTuple
!()
Meta
Source
See Implementation
aermicioi
util
traits
traits
staticMapWith
aliases
staticMapWith