[Issue 19824] The specifications don't give examples of aliases of function pointers, delegates, and function literals.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Aug 26 11:49:33 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19824
Nick Treleaven <nick at geany.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at geany.org
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
The docs here:
https://dlang.org/spec/declaration.html#alias
Since filed, do link to aliasing of function types, function pointer types and
function literals.
Also this pull improves the docs for aliasing function literals when a
parameter type is not specified:
https://github.com/dlang/dlang.org/pull/3689
--
    
    
More information about the Digitalmars-d-bugs
mailing list