dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
Map.Map
dxx
util
algo
Map
Undocumented in source.
alias
Map
=
TypeTuple
!(
Apply
!(
Func
,
args
[
0
]),
Map
!(
Func
,
args
[
1
..$]))
alias
Map
=
Apply
!(
Func
,
args
[
0
])
template
Map
(alias Func, args...)
static if
(!(
args.length > 1
))
alias
Map
=
Apply
!(
Func
,
args
[0])
Meta
Source
See Implementation
dxx
util
algo
Map
aliases
Map