https://issues.dlang.org/show_bug.cgi?id=12100

Andrej Mitrovic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Andrej Mitrovic <[email protected]> ---
How about __uniqueID, which would create a unique string ID? I'd imagine this
would be more useful since it's more generic, and you could easily create a
wrapper for it via:

-----
template GENTYPE()
{
    mixin("struct %1$s { }; alias GENTYPE = %1$s".format(__uniqueID));
}
-----

--

Reply via email to