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

Walter Bright <[email protected]> changed:

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

--- Comment #2 from Walter Bright <[email protected]> ---
You can do it with an alias:

    alias ref int delegate(ref int) dg_t;
    dg_t r = ...;

--

Reply via email to