The OpenD Programming Language

adjoin.adjoin

template adjoin(fun...)
static if(fun.length != 1)
static if(Filter!(_needNary, fun).length == 0)
adjoin
(
Args...
)
(
auto ref Args args
)
if (
fun.length &&
fun.length <= 26
)

Meta