naryFun.naryFun

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref naryFun(T args)
    template naryFun(alias fun, int N = -1)
    ref
    naryFun
    (
    T...
    )
    (
    auto ref T args
    )
    if (
    !(N >= 0) ||
    T.length == N
    )
    if (
    !is(typeof(fun) == string)
    )
  2. template naryFun(alias fun, int N = -1)

Meta