On Wed, Oct 30, 2013 at 1:55 PM, bearophile <bearophileHUGS@lycos.com> wrote:

 
alias VisitRange(T) = InputRange!(const Tree!T);



Does that syntax come with DMD 2.064? The (T) part, I mean.