adjoin.adjoin

Undocumented in source.
template adjoin(A...)
adjoin
()

Members

Aliases

Proj
alias Proj(uint i) = Universal!(typeof(funcs[i](A.init)))
Undocumented in source.
Projs
alias Projs = staticMap!(Proj, aliasSeqOf!(funcs.length.iota))
Undocumented in source.
T
alias T = Tuple!(DeclSpecs!(Projs, fieldNames))
Undocumented in source.

Functions

adjoin
T adjoin(A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta