DynamicArray.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(T c)
    struct DynamicArray(T, size_t chunkSize = 32)
    void
    append
    (
    T c
    )
  2. void append(const(T)[] s)

Meta