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 statictype 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
