findUDA.findUDA

Undocumented in source.
template findUDA(ATTR...)
static if(hasUDA!(T, UDA))
enum findUDA = ATTR[getUDAIndex!(UDA, ATTR)];

Meta