rxd ~master (2018-02-24T08:23:56Z)
Dub
Repo
staticMap2.staticMap2
rxd
meta2
traits
staticMap2
Undocumented in source.
alias
staticMap2
=
apply
!(
func
,
Args
[
0
])
alias
staticMap2
=
AliasSeq
!(
apply
!(
func
,
Args
[
0
]),
staticMap2
!(
func
,
Args
[
1
..$]))
template
staticMap2
(alias func, Args...)
version(unittest)
static if
(!(
Args.length == 1
))
alias
staticMap2
=
AliasSeq
!(
apply
!(
func
,
Args
[0]),
staticMap2
!(
func
,
Args
[1..$]))
Meta
Source
See Implementation
rxd
meta2
traits
staticMap2
aliases
staticMap2