unit_threaded.runner.traits

Helper functions for dealing with UDAs, written before hasUDA and others were added to Phobos.

Members

Templates

GetAttributes
template GetAttributes(alias member, Attrs...)

For the given module, return true if this module's member has the given UDA. UDAs can be types or values. For reasons I don't yet understand, it doesn't seem replaceable with std.traits.getUDAs

Meta