A new array which is a concatenation of this and its argument.
Complexity: O(length + m), where m is the number of elements in stuff.
See Implementation