collectTypesImpl.tmp

Undocumented in source.
template collectTypesImpl(Type)
static if(!(is(Type : GQLDCustomLeaf!Fs, Fs...)))
static if(!(is(Type == interface)))
static if(is(Type == class))
alias tmp = AliasSeq!(Fields!(Type), InheritedClasses!Type, InterfacesTuple!Type)

Meta