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

kinke <[email protected]> changed:

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

--- Comment #1 from kinke <[email protected]> ---
That's very subjective - I find it crystal-clear, especially with the 'opaque'
hint - it's just like an opaque `struct S;` declaration. Sometimes, a full
declaration isn't needed, e.g.:

extern(C++):
enum E : int;
void foo(E);

--

Reply via email to