naryFun

Undocumented in source.
template naryFun(string fun)
naryFun
(
V...
)
()

Members

Functions

naryFun
auto naryFun(V values)
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

alias test = naryFun!`a + b + c`;
assert(test(1, 2, 3) == 6);

Meta