yyd v0.2.0 (2023-02-09T23:39:10Z)
Dub
Repo
_mapApply
yyd
alg
Undocumented in source.
mixintemplate
_mapApply
(alias F, T...)
mixintemplate
_mapApply
(alias F, T...)
mixintemplate
_mapApply
(alias F, T...)
mixin template
_mapApply (
alias
F
T
...
)
if
(
T
.
length
> 1
) {
mixin
F
!(
T
[
0
])
_first
;
mixin
_mapApply
!(
F
,
T
[
1
..$])
_next
;
alias
_
=
AliasSeq
!(
_y
!
_first
,
_y
!
_next
)
;
}
Members
Aliases
_
alias
_
=
AliasSeq
!(
_y
!
_first
,
_y
!
_next
)
Undocumented in source.
Mixins
_first
mixin
F
!(
T
[
0
])
_first
Undocumented in source.
_next
mixin
_mapApply
!(
F
,
T
[
1
..$])
_next
Undocumented in source.
Mixed In Members
From
mixin
_mapApply
!(
F
,
T
[
1
..$])
_next
_first
mixin
F
!(
T
[
0
])
_first
Undocumented in source.
_next
mixin
_mapApply
!(
F
,
T
[
1
..$])
_next
Undocumented in source.
_
alias
_
=
AliasSeq
!(
_y
!
_first
,
_y
!
_next
)
Undocumented in source.
Meta
Source
See Implementation
yyd
alg
mixin templates
_conditional
_conditionalm
_mapApply
eachApply
eachIndexApply
eachPairApply
templates
conditional