DynamicArray.append

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

Meta