structured-rpc v1.0.0-alpha.4 (2020-05-16T03:27:02Z)
Dub
Repo
staticFold.staticFold
orderedrpc
staticFold
Undocumented in source.
alias
staticFold
=
f
!(
List
[
0
],
List
[
1
])
template
staticFold
(alias f, List...)
static if
(
List.length == 2
)
alias
staticFold
=
f
!(
List
[0],
List
[1])
alias
staticFold
=
staticFold
!(
f
,
f
!(
List
[
0
],
List
[
1
]),
List
[
2
..$])
Meta
Source
See Implementation
orderedrpc
staticFold
aliases
staticFold