memberFunctionsOf.asStrings

Get as tuple of strings

template memberFunctionsOf(T)
alias asStrings = FilterMembersOf!(T, hasFunctionMember)

Meta