Appender.put

Appends item to the managed array. Performs encoding for char types if A is a differently typed char array.

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

Parameters

item U

the single item to append

Meta