DList.opBinary

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

struct DList(T)
opBinary
(
string op
Stuff
)
(
Stuff rhs
)
if (
op == "~" &&
)

Meta