hasMatch.hasMatch

Undocumented in source.
template hasMatch(alias attrib, alias AttribType)
@safe
enum hasMatch = is(typeof(attrib) == AttribType) || is(attrib == AttribType) || is(typeof(attrib) : AttribType) || is(attrib : AttribType);

Meta