Does the same job opOpAssign does, but creates a new instance of typeof(this) with the same name of the tag and returns it.
auto array = new IntArray([1, 2, 3]); assert(array ~ [2, 1] == [1, 2, 3, 2, 1] && array == [1, 2, 3]);
See Implementation
Does the same job opOpAssign does, but creates a new instance of typeof(this) with the same name of the tag and returns it.