AOutputBuf.opOpAssign

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

Meta