AppendBuffer.opCatAssign

Appends chunk to the content, extending content where required.

  1. T[] opCatAssign(T element)
  2. T[] opCatAssign(ParamT[] chunk)
    class AppendBuffer(T, Base : AppendBufferImpl)
    T[]
    opCatAssign

Parameters

chunk ParamT[]

chunk to append to the content

Return Value

Type: T[]

slice to chunk in the content

Meta