VoidBufferImpl.opOpAssign

Appends to current buffer

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

Parameters

op

operation to perform

rhs ubyte

array or element to append

Meta