https://issues.dlang.org/show_bug.cgi?id=14361
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Nick Treleaven <[email protected]> --- Template alias parameters can accept literal values, so it is inconsistent that alias declarations cannot. It is also awkward for generic code, hence the std.meta.Alias template. Making alias consistent would help with language simplification & learning. --
