Slides from LASER 2012
bearophile
bearophileHUGS at lycos.com
Thu Sep 20 15:51:52 PDT 2012
Timon Gehr:
> chain has type Result. dynRange takes an arbitrary range and
> transforms
> it into a range with the same value/vs reference behaviour
> whose static
> type depends only on the element type.
I see. So that chain() is the normal chain of Phobos :-)
(But is DynRange a lazy stream/sequence? This is the most
important thing, because creating an eager linked list is kind of
easy already, and misses the main point of my "request".)
Bye,
bearophile
More information about the Digitalmars-d-announce
mailing list