https://issues.dlang.org/show_bug.cgi?id=5503
Ketmar Dark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ketmar Dark <[email protected]> --- 2016. problem is not solved yet. there is no good reason for nested functions to ignore "declaration order doesn't matter" rule. yes, local variables ignoring it. but nested functions are not local variables, and having no way to write mutually recursive nested functions is a big limitation. --
