dnspies:
Does concatenation always create a new array?
Concatenation allocated a new array (unless some compiler is able to optimize away something in some cases, but I think this is not yet happening).
Bye, bearophile
dnspies:
Does concatenation always create a new array?
Concatenation allocated a new array (unless some compiler is able to optimize away something in some cases, but I think this is not yet happening).
Bye, bearophile