AppendBuffer.opCatAssign

Appends element to the content, extending content where required.

  1. T[] opCatAssign(T element)
    class AppendBuffer(T, Base : AppendBufferImpl)
    static if(!is(T == void))
    T[]
    opCatAssign
  2. T[] opCatAssign(ParamT[] chunk)

Parameters

element T

element to append to the content

Return Value

Type: T[]

slice to element in the content

Meta