AOutputBuf.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(Stream) opOpAssign(inout(T[]) rhs)
    struct AOutputBuf(Stream, T = ubyte)
    ref
    const(Stream)
    opOpAssign
    (
    string op : "~"
    )
    (
    inout(T[]) rhs
    )
    if (
    isOutputBuffer!(Stream, T)
    )
  2. const(Stream) opOpAssign(U rhs)

Meta