NoIndirectionsBufferImpl.opOpAssign

Appends to current buffer

  1. void opOpAssign(T rhs)
  2. void opOpAssign(T[] rhs)
    template NoIndirectionsBufferImpl()
    void
    opOpAssign
    (
    string op : "~"
    )
    (
    in T[] rhs
    )

Parameters

op

operation to perform

rhs T[]

array or element to append

Meta