VoidBufferImpl.opCatAssign

Appends to current buffer

  1. void opCatAssign(ubyte rhs)
    template VoidBufferImpl()
    void
    opCatAssign
    (
    in ubyte rhs
    )
  2. void opCatAssign(ubyte[] rhs)

Parameters

rhs ubyte

array or element to append

Meta