rcmap.f

Undocumented in source.
template rcmap(fun...)
@optmath
static if(fun.length == 1)
static if(__traits(isSame, naryFun!(fun[0]), fun[0]))
alias f = fun[0]

Meta