DynamicArray.append

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

Meta