hasAttrib.found

Undocumented in source.
template hasAttrib(T, AttribType, string member)
@safe
static if(isFunction!(same) && isSafe!(same))
static if(attributes.length != 0)
static if(hasMatch!(attrib, AttribType))
enum found = true;

Meta