FieldNamesTuple.isField

Determine if a member with specified name is a field of S.

template FieldNamesTuple(S)
package
template isField (
string memberName
) {
enum bool isField;
}

Meta