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)
    struct Queue(E)
    opOpAssign
    (
    string op
    )
    (
    E[] e
    )
    if (
    op == "~"
    )
  3. Q opOpAssign(Q q)

Meta