haveFieldAliasBinding

Does this compiler support binding field context via alias parameters? https://github.com/D-Programming-Language/dmd/pull/2794

Added in 2.065.0: https://github.com/D-Programming-Language/dmd/pull/2794 Removed in 2.066.1: https://github.com/D-Programming-Language/dmd/pull/3884

enum haveFieldAliasBinding = __traits(compiles, TestFieldAliasBinding.test());

Meta