DList.opBinaryRight

Returns a new DList that's the concatenation of the argument lhs and this.

struct DList(T)
opBinaryRight
(
string op
Stuff
)
(
Stuff lhs
)
if (
op == "~" &&
)

Meta