Appender.put

Appends an entire range to the managed array. Performs encoding for char elements if A is a differently typed char array.

  1. void put(U item)
  2. void put(Range items)
    struct Appender(A)
    void
    put
    (
    Range
    )
    (
    Range items
    )
    if (
    canPutRange!Range
    )

Parameters

items Range

the range of items to append

Meta