staticMembersOf.asStrings

Get as tuple of strings

template staticMembersOf(T)
alias asStrings = FilterMembersOf!(T, hasStaticMember)

Meta