Appender.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(T item)
  2. void append(inout(T)[] items)
    struct Appender(T, A, size_t initialSize = 10)
    @trusted
    void
    append
    (
    inout(T)[] items
    )

Meta