DList.opBinaryRight
DList opBinaryRight(string op, Stuff)(Stuff lhs) if (op == "~" && is(typeof(insertFront(lhs))))Returns a new DList that's the concatenation of the argument lhs and this.
DList opBinaryRight(string op, Stuff)(Stuff lhs) if (op == "~" && is(typeof(insertFront(lhs))))Returns a new DList that's the concatenation of the argument lhs and this.