adjoin.adjoin

Undocumented in source.
  1. auto adjoin(Args args)
  2. alias adjoin = .adjoin!(staticMap!(naryFun, fun))
    template adjoin(fun...)
    @optmath
    static if(fun.length != 1)
    static if(!(Filter!(_needNary, fun).length == 0))
    alias adjoin = .adjoin!(staticMap!(naryFun, fun))
  3. alias adjoin = naryFun!(fun[0])

Meta