carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
naryFun.naryFun
carbon
functional
naryFun
Undocumented in source. Be warned that the author may not have intended to support it.
auto ref
naryFun
(T args)
template
naryFun
(alias fun, int N = -1)
ref
auto ref
naryFun
(
T
...
)
(
auto
ref
T
args
)
if
(
!
(
N
>= 0
)
||
T.length
==
N
)
if
(
!
is
(
typeof
(
fun
) ==
string
)
)
template
naryFun
(alias fun, int N = -1)
Meta
Source
See Implementation
carbon
functional
naryFun
functions
naryFun