Array.opBinary

Array!bool opBinary(string op, Stuff)(Stuff rhs) if (op == "~")

Returns

A new array which is a concatenation of this and its argument.

Complexity: length + m, where m is the number of elements in stuff.