member.exists

True if the member field exists

template member(Params...)
enum exists = __traits(hasMember, ResolvedType, name);

Meta