[phobos] Why isn't Joiner a forward range?
    Jonathan M Davis 
    jmdavisprog at gmail.com
       
    Mon Aug 16 22:24:29 PDT 2010
    
    
  
On Monday 16 August 2010 21:42:51 Andrei Alexandrescu wrote:
> The reason is that joiner does not only consume its range argument, it
> eats every item of every item of the range argument (which must be a
> range of ranges). Therefore, it destructively chews through its input.
Yikes. I'd better keep it away from my computer cables... ;)
- Jonathan M Davis
    
    
More information about the phobos
mailing list