Laeeth Isharc:
I think concatenation and append are used as synonyms (the same meaning is meant). a~=b or a=a~b
a=a~b always allocates a new array, while a~=b sometimes re-allocates in place.
Bye, bearophile
bearophile via Digitalmars-d-learn Sun, 25 Jan 2015 18:00:50 -0800
Laeeth Isharc:
I think concatenation and append are used as synonyms (the same meaning is meant). a~=b or a=a~b
a=a~b always allocates a new array, while a~=b sometimes re-allocates in place.
Bye, bearophile