DList.opBinary
DList opBinary(string op, Stuff)(Stuff rhs) if (op == "~" && is(typeof(insertBack(rhs))))Returns a new DList that's the concatenation of this and its argument rhs.
DList opBinary(string op, Stuff)(Stuff rhs) if (op == "~" && is(typeof(insertBack(rhs))))Returns a new DList that's the concatenation of this and its argument rhs.