Queue.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Q opOpAssign(E e)
  2. Q opOpAssign(E[] e)
  3. Q opOpAssign(Q q)
    struct Queue(E)
    opOpAssign
    (
    string op
    )
    ()
    if (
    op == "~"
    )

Meta