Helper functions for dealing with UDAs, written before hasUDA and others were added to Phobos.
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
See Source File
Helper functions for dealing with UDAs, written before hasUDA and others were added to Phobos.