Appender.put

Appends one item to the managed array.

  1. void put(U item)
    struct Appender(A : T[], T)
    void
    put
    (
    U
    )
    ()
    if (
    canPutItem!U
    )
  2. void put(Range items)

Meta