How do you implement a recursive walker of a tree with a lazy range?

Philippe Sigaud philippe.sigaud at gmail.com
Wed Oct 30 10:30:53 PDT 2013


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



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

Does that syntax come with DMD 2.064? The (T) part, I mean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20131030/9923d1a0/attachment-0001.html>


More information about the Digitalmars-d-learn mailing list