- 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.