Queue.opOpAssign

opOpAssign x += y == x.push(y)

struct Queue(T)
opOpAssign
(
string op
)
(
in T b
)
if (
op == "+"
)

Meta