https://issues.dlang.org/show_bug.cgi?id=19036
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jacob Carlborg <[email protected]> --- As a workaround, if your specification contains the names you could lookup the names using in the class using __traits(identifier, A.tupleof[i]). --
