On Friday, 10 May 2013 at 15:53:25 UTC, KeyboardRider wrote: > Why isn't it possible, technically, to alias a template ? > (such like that:) > > version(1) > { > alias (Implementator1(T)) ChosenImplementator(T); > } alias Implementator1 ChosenImplementator;