https://issues.dlang.org/show_bug.cgi?id=8985
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 CC| |dlang-bugzilla@thecybershad | |ow.net Summary|__parameters tuple string |Get default parameter value |strips off the scope of |as alias |default args | Severity|normal |enhancement --- Comment #1 from Vladimir Panteleev <[email protected]> --- The problem is not with __parameters, which works as expected. __parameters is not a tuple string, it rather seems to be a tuple of types with default values attached to them. If there was a way to get said default value as an alias, then it would then be possible to pass it to fullyQualifiedName to achieve your desired goal. --
