put string[] into a appender without loop?
    AsmMan via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Sep 21 16:41:56 PDT 2014
    
    
  
I'd like to copy an array string into a appender!string() but I 
can't see how to do this without loop myself over the string 
array. Is there a native function or should I write it myself?
    
    
More information about the Digitalmars-d-learn
mailing list