impl.ff

Undocumented in source.
template impl(lst...)
static if(lst.length == 1)
static if(is(typeof(__traits(getMember, symbol, lst[0])) == function))
alias ff = AliasSeq!(__traits(getMember, symbol, lst[0]))[0]

Meta