Curl,  how to recieve data.
    sigod via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Oct 18 13:12:40 PDT 2015
    
    
  
On Sunday, 18 October 2015 at 20:05:24 UTC, holo wrote:
> @sigod
>
> Actually im working on ec2 requests. Thank you  for help, it is 
> working right now. I don't know why i was trying "+=" before 
> instead of "~=". Is it good solution to make it such way?
Not really as it will trigger allocation on every call. Better 
use [`Appender`][0].
[0]: http://dlang.org/phobos/std_array.html#.Appender
    
    
More information about the Digitalmars-d-learn
mailing list