dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
Map
dxx
util
algo
Undocumented in source.
template
Map (
alias
Func
args
...
) {
alias
Map
=
TypeTuple
!(
Apply
!(
Func
,
args
[
0
]),
Map
!(
Func
,
args
[
1
..$]))
;
alias
Map
=
Apply
!(
Func
,
args
[
0
])
;
}
Members
Aliases
Map
alias
Map
=
TypeTuple
!(
Apply
!(
Func
,
args
[
0
]),
Map
!(
Func
,
args
[
1
..$]))
Undocumented in source.
Map
alias
Map
=
Apply
!(
Func
,
args
[
0
])
Undocumented in source.
Meta
Source
See Implementation
dxx
util
algo
aliases
Identity
functions
Append
Apply
Assign
AssignFalse
AssignTo
AssignTrue
Prepend
_Append
_Apply
_Prepend
apply
applyNext
assignTo
templates
Map
lambda
removeElement