WithIndirectionsBufferImpl.opOpAssign

Appends to current buffer

  1. void opOpAssign(T rhs)
    template WithIndirectionsBufferImpl()
    void
    opOpAssign
    (
    string op
    )
    (
    T rhs
    )
    if (
    op == "~"
    )
  2. void opOpAssign(T[] rhs)

Parameters

op

operation to perform

rhs T

array or element to append

Meta