mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
naryFun.naryFun
mir
functional
naryFun
Specialization for string lambdas
auto ref
naryFun
(Args args)
template
naryFun
(functions...)
ref
@
optmath
static if
(
is(typeof(fun) : string)
)
@
optmath
auto ref
naryFun
(
Args
...
)
(
auto
ref
Args
args
)
if
(
args.length
<= 26
)
if
(
functions.length
>= 1
)
alias
naryFun
=
fun
.
opCall
alias
naryFun
=
fun
Meta
Source
See Implementation
mir
functional
naryFun
functions
naryFun
Specialization for string lambdas