DynamicArray.append

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void append(U item)
    struct DynamicArray(T, size_t OFFSET = 3)
    @nogc nothrow
    void
    append
    (
    U : T
    )
    (
    auto ref U item
    )
  2. void append(U[] items)

Meta