Hi!Is there any way to get the full set of templates that are "overloaded" (in my case, based on constraints)?
Basically, I'd like to make something like https://run.dlang.io/is/z2LeAj return both versions of the template (and then retrieve their UDAs)...
If it's not possible, I can still work around it, but I find it a bit frustrating that you can only access the first version of a template.
Thanks! Arafel